Stream: git-wasmtime

Topic: wasmtime / issue #339 Support arm (non tier 1) platforms


view this post on Zulip Wasmtime GitHub notifications bot (Feb 02 2022 at 12:52):

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"

view this post on Zulip Wasmtime GitHub notifications bot (Feb 02 2022 at 14:23):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 02 2022 at 14:25):

pannous commented on issue #339:

macOS Monterey 12.1 M1, Python 3.8.9

view this post on Zulip Wasmtime GitHub notifications bot (Feb 02 2022 at 14:26):

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