Closed
Description
💻 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.
Metadata
Metadata
Assignees
Labels
No labels