-
Notifications
You must be signed in to change notification settings - Fork 103
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
libwasmvm_muslc.aarch64.a cannot be linked #306
Comments
Got the same errors roughly a month ago using a Dockerized muslc arm64 build on my M1 Mac Gave up after a couple of days and switched to the Maybe you can make more sense of it 😄 |
I think I will do #277 first, hoping the error will resolve by upgrading the compiler. |
Upgrading Rust (#277) solved the problem. I have a statically linked musl binary for Linux now that runs fine in a docker container on an M1 mac. |
Shipped as part of v1.0.0-beta9 and it is working. |
Amazing! Great work @webmaster128 |
wasmvm v1.0.0-beta8 adds a libwasmvm_muslc.aarch64.a from cross compile setup (#305).
Unfortunately when trying to link this to wasmd, I get the following error:
I don't know what this means and everything I find deals with assembly code I don't understand.
The text was updated successfully, but these errors were encountered: