-
Notifications
You must be signed in to change notification settings - Fork 839
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 ARM32 #1652
Comments
I'd also like to run on arm32/armhf/armv7l, particularly the i.MX6 series from Freescale/NXP. These are pretty widely-deployed processors for embedded applications, and I think you'd get a lot of traction in embedded use of wasmer with 32-bit arm support. |
This is very crucial feature to provide FaaS via webassembly to the IoT devices as most of the devices in the field is based on arm32/armhf/armv7. |
Chiming in to agree that it would be great to have this available for armv6 and armv7. In addition to IoT applications, there are Linux distributions that target those platforms along with x86 that prefer that their packages build on all of their supported platforms. |
Edit: Sorry for the super late reply. I don't know how I missed this issue before… If you use our LLVM based compiler ( Our Cranelift based compiler ( Our Singlepass based compiler ( |
Bonus: see https://github.com/wasmerio/wasmer/blob/master/examples/engine_cross_compilation.rs to cross-compile to any platforms/architectures you want. See https://github.com/wasmerio/wasmer/blob/master/examples/compiler_llvm.rs to learn how to use the LLVM compiler if needed. |
Note: But |
Closing this in favor of #2324 |
I'm evaluating if wasmer can be used for embedded systems, but it seems that for now it supports only Aarch64 (such as raspberry pi). Is there any plan to support ARM32? Supporting raspberry pi is of limited interest, most of boards have much less memory. For instance I'm using a STM32F429 with 2MB flash and 192KB RAM
The text was updated successfully, but these errors were encountered: