We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm2js -O --emscripten work.wasm
crashes with an error message:
invalid type UNREACHABLE executed at src/asmjs/asm_v_wasm.cpp:63! Aborted
Found by the fuzzer. work.wasm was reduced by wasm-reduce. I attached work.wasm here. work.wasm.tar.gz
work.wasm
wasm-reduce
The text was updated successfully, but these errors were encountered:
DCE at the end of wasm2js (#2574)
0dab885
By doing so we ensure that our calls to convert wasm types to JS types never try to convert an unreachable. Fixes #2558
Successfully merging a pull request may close this issue.
crashes with an error message:
Found by the fuzzer.
work.wasm
was reduced bywasm-reduce
. I attachedwork.wasm
here.work.wasm.tar.gz
The text was updated successfully, but these errors were encountered: