Closed hossein1387 closed 3 years ago
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!
will do, thanks!
Following the link you sent, I found that most of the works is already done: https://github.com/bytecodealliance/wasmtime-go/issues/53. However, for stable a release, they need a CI and Github actions currently does not support VMs for Mac M1.
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?