Support for Mac M1
hossein1387 opened this issue · comments
Hossein Askari commented
I am able to install yowasp
using: python -m pip install yowasp-yosys
but when I try to run it I get:
RuntimeError: unsupported architecture for wasmtime: arm64
Any plan to support arm64 for Mac M1?
Catherine commented
This would require ARM64 Mac support in the backend we use, wasmtime. Currently it only supports ARM64 Linux, but feel free to open an issue upstream!
Hossein Askari commented
will do, thanks!
Hossein Askari commented
Following the link you sent, I found that most of the works is already done: bytecodealliance/wasmtime-go#53. However, for stable a release, they need a CI and Github actions currently does not support VMs for Mac M1.