You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ wasmer run a1.wasm
execute_wasm: "Can\'t compile module: ValidationError { msg: \"stack size does not match block type\" }"
The wasm file is valid, though.
Tested on wasmer 0.6.0, x86_64.
This was found by the binaryen fuzzer. Apologies it isn't smaller - the problem seems to be something to do with unreachable code, because when the reducer tries to shrink the testcase it fails.
$ wasmer run a1.wasm execute_wasm: "Can\'t compile module: ValidationError { msg: \"stack size does not match block type\" }"
The wasm file is valid, though.
Tested on wasmer 0.6.0, x86_64.
This was found by the binaryen fuzzer. Apologies it isn't smaller - the problem seems to be something to do with unreachable code, because when the reducer tries to shrink the testcase it fails.
a1.wasm.zip
The text was updated successfully, but these errors were encountered: