Closed
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: 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!