You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
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 onlyaarch64-apple-darwin
is needed.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
cranelift-jit
crate on aarch64 #2735IMO the above bugs shouldn't prevent releasing a binary.
The text was updated successfully, but these errors were encountered: