-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/Target: WASM (WebAssembly), http://webassembly.org/T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
Hi, I'm running into an issue I believe introduced in the nightly compiler sometime after nightly (8ff4b4206 2018-05-08)
. I filed another issue in wasm-bindgen
earlier: wasm-bindgen/wasm-bindgen#199, but believe that it is a compiler change that caused this to occur.
I've created a test-case repository here: https://github.com/DarrenTsung/wasm-validation-64.
On my current nightly, the wasm code produced fails validation with wasmi with the error: Trying to access parent frame stack values.
, but this does not occur with nightly-2018-05-09.
I've included the rustc version that I ran against in the test-case repository, but please let me know if any other information would be useful!
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/Target: WASM (WebAssembly), http://webassembly.org/T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.