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

wasmer-darwin-amd64 support for arm64 #5339

Open
JiaqiSun opened this issue Jan 13, 2025 · 2 comments
Open

wasmer-darwin-amd64 support for arm64 #5339

JiaqiSun opened this issue Jan 13, 2025 · 2 comments
Labels
❓ question I've a question!

Comments

@JiaqiSun
Copy link

I encountered an issue while attempting to use the wasmer-darwin-amd64 release version on a Mac M2 with Xcode. The problem lies in the fact that the file wasmer-darwin-amd64/lib/libwasmer.a is built for the x86_64 architecture, whereas support for arm64 is required on the M2 chip.
Could you kindly advise on how to resolve this or provide a version of the library compatible with arm64?

@JiaqiSun JiaqiSun added the ❓ question I've a question! label Jan 13, 2025
@syrusakbary
Copy link
Member

Hey @JiaqiSun , you'll need to use the arm64 release and not the amd64 one (we are not serving Universal binaries):

@JiaqiSun
Copy link
Author

Could you provide the command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ question I've a question!
Projects
None yet
Development

No branches or pull requests

2 participants