pannous commented on issue #339:
Has this not be merged into python wasmtime?
Successfully installed wasmtime-0.33.0 from wasmtime import * "unsupported architecture for wasmtime: arm64"
bjorn3 commented on issue #339:
An AArch64 wheel is uploaded for Linux: https://github.com/bytecodealliance/wasmtime-py/blob/c4956dee5a1b66355df6b42117d604c33b48006b/.github/workflows/main.yml#L58 Are you on Windows or macOS? It seems that no AArch64 wheel for those is build. macOS should work fine AFAIK. I am not sure if the Windows AArch64 calling convention is supported yet.
pannous commented on issue #339:
macOS Monterey 12.1 M1, Python 3.8.9
bjorn3 commented on issue #339:
Could you open an issue at https://github.com/bytecodealliance/wasmtime-py/issues to distribute a wheel for macOS AArch64?
Last updated: Nov 22 2024 at 17:03 UTC