wasmtime arm64 wheel for mac m1
See original GitHub issueEven 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)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
add support for macOS arm64, build wheels #92 - GitHub
Build wheels for macOS arm64 in CI. This should close wasmtime arm64 wheel for mac m1 #79. I ran tests on macOS-arm64 with...
Read more >Platform Support - Wasmtime
Linux aarch64; macOS x86_64; Windows x86_64. For more detailed information about supported platforms, please check out the sections below! JIT compiler support.
Read more >Please support tensorflow-text-macos - Apple Developer
When i moved to new M1 chip MacBook Pro project couldn't be build properly. I'd searched on internet and prepare new one. I've...
Read more >Changelog - Maturin User Guide
Fix macOS LC_ID_DYLIB for abi3 wheels in #1208; Pass --locked to ... Fix maturin develop for arm64 Python on M1 Mac when default...
Read more >Running DepthAI on Apple M1 Based Macs - Luxonis
So we got our Mac mini M1, and gave it a quick try running DepthAI on it. ... though for release of a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the report, but there aren’t precompiled binaries for mac arm64 machines, which is why releases for the m1 aren’t made.
I have opened a draft PR https://github.com/bytecodealliance/wasmtime-py/pull/92 for macOS arm64 support.