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
I would like to be able to run the install script on arm64 linux machines.
$ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Currently it fails with
wasm-pack-init: no precompiled binaries available for CPU architecture: aarch64
aarch64-unknown-linux-musl
The text was updated successfully, but these errors were encountered:
Use cargo install wasm-pack instead
cargo install wasm-pack
Sorry, something went wrong.
Yep, using cargo install works fine.
cargo install
Fixed in v0.11.0.
No branches or pull requests
💻 Example
I would like to be able to run the install script on arm64 linux machines.
Currently it fails with
💡 Description
aarch64-unknown-linux-musl
.The text was updated successfully, but these errors were encountered: