wasmtime-py icon indicating copy to clipboard operation
wasmtime-py copied to clipboard

wasmtime arm64 wheel for mac m1

Open pannous opened this issue 2 years ago • 4 comments

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)

pannous avatar Feb 02 '22 14:02 pannous

Thanks for the report, but there aren't precompiled binaries for mac arm64 machines, which is why releases for the m1 aren't made.

alexcrichton avatar Feb 02 '22 15:02 alexcrichton

Usually issues are closed once they are resolved?

pannous avatar Feb 02 '22 15:02 pannous

@alexcrichton There are precompiled binaries now; could you reopen this, please?

whitequark avatar Jun 02 '22 07:06 whitequark

Sure thing

alexcrichton avatar Jun 02 '22 17:06 alexcrichton

I have opened a draft PR https://github.com/bytecodealliance/wasmtime-py/pull/92 for macOS arm64 support.

igrr avatar Aug 19 '22 16:08 igrr