wasm-pack icon indicating copy to clipboard operation
wasm-pack copied to clipboard

Publish pre-built binary for linux/arm64 (aarch64)

Open nacardin opened this issue 4 years ago • 2 comments

💻 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.

nacardin avatar Sep 29 '21 17:09 nacardin

Use cargo install wasm-pack instead

Serveny avatar Oct 11 '21 07:10 Serveny

Yep, using cargo install works fine.

d3lm avatar Dec 03 '21 19:12 d3lm

Fixed in v0.11.0.

drager avatar Mar 19 '23 18:03 drager