wasmtime-py
wasmtime-py copied to clipboard
wasmtime arm64 wheel for mac m1
Even though arm support has landed a year ago (https://github.com/bytecodealliance/wasmtime/issues/339), it seems it has not found its way into a macOS AArch64 pip wheel:
Successfully installed wasmtime-0.33.0
from wasmtime import *
"unsupported architecture for wasmtime: arm64"
(macOS Monterey 12.1 M1, Python 3.8.9)
Thanks for the report, but there aren't precompiled binaries for mac arm64 machines, which is why releases for the m1 aren't made.
Usually issues are closed once they are resolved?
@alexcrichton There are precompiled binaries now; could you reopen this, please?
Sure thing
I have opened a draft PR https://github.com/bytecodealliance/wasmtime-py/pull/92 for macOS arm64 support.