Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Mac M1 #23

Closed
hossein1387 opened this issue Sep 29, 2021 · 3 comments
Closed

Support for Mac M1 #23

hossein1387 opened this issue Sep 29, 2021 · 3 comments
Labels

Comments

@hossein1387
Copy link

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
Copy link
Member

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
Copy link
Author

will do, thanks!

@hossein1387
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants