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 on Raspberry Pi? #826

Closed
moonheart08 opened this issue Sep 23, 2019 · 7 comments
Closed

Wasmer on Raspberry Pi? #826

moonheart08 opened this issue Sep 23, 2019 · 7 comments
Labels
❓ question I've a question!

Comments

@moonheart08
Copy link

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

@moonheart08 moonheart08 added the ❓ question I've a question! label Sep 23, 2019
@syrusakbary
Copy link
Member

syrusakbary commented Sep 23, 2019

We are very close to getting Wasmer running on ARM ( #713 )

Stay tuned for updates!

@igrep
Copy link

igrep commented Nov 20, 2019

Can't we use on ARM with the LLVM backend? I guess the singlepass backend is a different issue...

@syrusakbary
Copy link
Member

syrusakbary commented Nov 27, 2019

Yeah, ARM in the LLVM backend is also possible. Feel free to create a dedicated issue for that @igrep! :)

Now that we merged #713 we should be good to go closing this issue as ARMv8 is now supported in Wasmer!
You can install it in your Raspberry Pi as normal:

curl https://get.wasmer.io -sSfL | sh

@mwkldeveloper
Copy link

i got this message on raspberry pi 4:

> The system architecture (armv7l) is not supported by this installation script.

@syrusakbary
Copy link
Member

@leung85 perhaps this guide might help:
https://conoroneill.net/2019/12/02/running-wasmer-on-a-raspberry-pi-4-with-64bit-userland.md/

Let us know if it worked!

@robinvanemden
Copy link

robinvanemden commented Dec 24, 2019

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 curl https://get.wasmer.io -sSfL | sh to install Wasmer and Wapm, and test drive your Wasmer install by running, for instance, wapm install lhauspie/[email protected] followed by wapm run fibo 10.

@FGasper
Copy link
Contributor

FGasper commented Mar 1, 2022

@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 wasmer-wasi.

Thanks for any insight you could share!

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

6 participants