Skip to content
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

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

Closed
nacardin opened this issue Sep 29, 2021 · 3 comments
Closed

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

nacardin opened this issue Sep 29, 2021 · 3 comments

Comments

@nacardin
Copy link
Contributor

💻 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.
@Serveny
Copy link

Serveny commented Oct 11, 2021

Use cargo install wasm-pack instead

@d3lm
Copy link
Contributor

d3lm commented Dec 3, 2021

Yep, using cargo install works fine.

@drager
Copy link
Member

drager commented Mar 19, 2023

Fixed in v0.11.0.

@drager drager closed this as completed Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants