YoWASP / yosys

Unofficial Yosys WebAssembly packages

Home Page:https://yowasp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Mac M1

hossein1387 opened this issue · comments

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?

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: bytecodealliance/wasmtime-go#53. However, for stable a release, they need a CI and Github actions currently does not support VMs for Mac M1.