Invalid wasm (trying to access parent frame stack values) with latest nightly (wasm32-unknown-unknown) #50869
Labels
C-bug
Category: This is a bug.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
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 inwasm-bindgen
earlier: rustwasm/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!
The text was updated successfully, but these errors were encountered: