-
Notifications
You must be signed in to change notification settings - Fork 1.7k
M1 pre-built binary #3982
Copy link
Copy link
Closed
Description
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
- Can't unwind wasm frames on aarch64-darwin with system libunwind #2808
- lldb: address 0x0000000100000000 maps to more than one section #2127
- Cranelift: implement PIC relocations on AArch64 #2907
- Support PLT entries in
cranelift-jitcrate on aarch64 #2735
IMO the above bugs shouldn't prevent releasing a binary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels