wasm-pack
wasm-pack copied to clipboard
Publish pre-built binary for linux/arm64 (aarch64)
💻 Example
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
💡 Description
- The release workflow should build and publish a binary for
aarch64-unknown-linux-musl. - The install script should look up and install pre-built binary for aarch64.
Use cargo install wasm-pack instead
Yep, using cargo install works fine.
Fixed in v0.11.0.