-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fix binaryen URL and use updated binary-install
to fix installation on macOS (adding to @matheus23's PR)
#1188
Conversation
binary-install
to fix installation on macOS (adding to @matheus23's PR)binary-install
to fix installation on macOS (adding to @matheus23's PR)
binary-install
to fix installation on macOS (adding to @matheus23's PR)binary-install
to fix installation on macOS (adding to @matheus23's PR)
Hi @drager, apologies for the ping. Do you think you might potentially be able to take a look at this PR? It’s gotten a bit large unfortunately due to the error handling changes, but I believe it should work now. Thanks! |
v0.3.7 no longer compiles as of Rust 1.64, see rust-lang/mdBook#1875
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, I'll do more testing on x86 linux and macos arm64.
It no longer errors for me though :-).
I've been testing this on both MacOS Monterey ARM64 and Linux AMD64 and it works great! No issues so far. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good. Thanks a lot for all the work and effort!
Updated to use the new version of binary-install :) |
This includes all the commits from #1163, uses the updated
binary-install
crate (rustwasm/binary-install#21), switches fromfailure
toanyhow
to match whatbinary-install
uses, and fixeswasm-opt
installation on macOS.Close #1163
Close #1175
Close #1176
Make sure these boxes are checked! 📦✅
rustfmt
installedcargo fmt
on the code base before submitting✨✨ 😄 Thanks so much for contributing to wasm-pack! 😄 ✨✨