YoWASP / yosys

Unofficial Yosys WebAssembly packages
https://yowasp.org
ISC License
66 stars 2 forks source link

Support for Mac M1 #23

Closed hossein1387 closed 3 years ago

hossein1387 commented 3 years ago

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?

whitequark commented 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!

hossein1387 commented 3 years ago

will do, thanks!

hossein1387 commented 3 years ago

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.