-
Notifications
You must be signed in to change notification settings - Fork 833
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 on Raspberry Pi? #826
Comments
We are very close to getting Wasmer running on ARM ( #713 ) Stay tuned for updates! |
Can't we use on ARM with the LLVM backend? I guess the singlepass backend is a different issue... |
i got this message on raspberry pi 4:
|
@leung85 perhaps this guide might help: Let us know if it worked! |
Running Wasmer on a Raspberry Pi 4 has become even easier. Just install Ubuntu server 64-bit for Raspberry Pi 4 by following the official Ubuntu installation instructions here. Then run the usual |
@robinvanemden Is that supposed to work still? When I try the regular installer on Ubuntu64 on RPi4, it tells me the platform (linux-aarch64) is unsupported. When I try to build Wasmer on the same box, the compile seems to hang when building Thanks for any insight you could share! |
Summary
The question is fairly simple: Does Wasmer support running on the Raspberry Pi? (In my case, a Raspberry Pi 3 B+)
This implies support for ARMv8
The text was updated successfully, but these errors were encountered: