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
Hello, when I'm trying this command
wasm-opt -Oz iot-config-web-dx_bg.wasm --zero-filled-memory -o out.wasm
I'm getting this:
fish: Job 1, '~/code/binaryen/bin/wasm-opt -O…' terminated by signal SIGSEGV (Address boundary error)
It fails on version_118 and on latest master (e2ceaa5)
version_118
binary.tar.gz
The text was updated successfully, but these errors were encountered:
Looks like a problem with our DWARF support, which is experimental. It is recommended to use source maps instead for debugging.
To avoid this problem you can strip debug info, by adding --strip-debug to that command.
--strip-debug
Sorry, something went wrong.
No branches or pull requests
Hello, when I'm trying this command
I'm getting this:
It fails on
version_118
and on latest master (e2ceaa5)binary.tar.gz
The text was updated successfully, but these errors were encountered: