question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

wasmtime arm64 wheel for mac m1

See original GitHub issue

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)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
alexcrichtoncommented, Feb 2, 2022

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

0reactions
igrrcommented, Aug 19, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found