-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
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
wasm-opt not working on latest master #696
Comments
What OS are you running on? (e.g. Ubuntu/Debian/etc) Additionally can you upload the wasm file which causes this segfault? |
Oops totally forgot that 😂 pop_OS! is a derivative of Ubuntu 😄
So here is the terminal output: So from that, I assume I need to get the Let me know if that helps! 😄 |
Ok using the |
@alexcrichton Awesome! Thank you very much! 😄 Stoked I can help! |
Now that version_89 is released, would it make sense to attempt updating the wasm-opt installer version? EDIT: That version doesn't seem to solve the problem for me, unfortunately. |
@anp i know this is a super late message but did you happen to try version 90? want to release wasmpack1.9.0 soon and do not want to break all linux users |
i'm going to close this because i do believe that today's release will fix it. if it does not- please open a new issue! |
relates to #625
🐛 Bug description
The installed
wasm-opt
withwasm-pack
on the current master isn't working an exits with signal 6:🤔 Expected Behavior
wasm-opt
should run, optimize the wasm file, and not error/stop building the package withwasm-pack
👟 Steps to reproduce
cargo run build [path to your rust wasm module]
🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: current master
rustc version: 1.34.1
cc @alexcrichton 😄
The text was updated successfully, but these errors were encountered: