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

M1 pre-built binary #3982

Closed
ricochet opened this issue Mar 31, 2022 · 1 comment
Closed

M1 pre-built binary #3982

ricochet opened this issue Mar 31, 2022 · 1 comment

Comments

@ricochet
Copy link
Contributor

Feature

Add pre-built binaries for M1 and other arm architectures. The following message occurs when running intall.sh on a 2020 macbook pro. I see aarch64 is already available in the github workflow so perhaps only aarch64-apple-darwin is needed.

curl https://wasmtime.dev/install.sh -sSf | bash

Error: Sorry! Wasmtime currently only provides pre-built binaries for x86_64 architectures.

Benefit

The demand for m1 support will only grow with time.

Implementation

It looks like we only need to add a cross-compile target in the github workflow.

I searched for arm related github issues and only found a few

IMO the above bugs shouldn't prevent releasing a binary.

@cfallin
Copy link
Member

cfallin commented May 20, 2022

We've now released Wasmtime 0.37, which includes the change in #3983 to build aarch64-apple-darwin binaries, and just now we added the platform to the install.sh script at wasmtime.dev (bytecodealliance/wasmtime.dev#13). Given that, I think we can call this complete and close it!

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

2 participants