Run WASM in Raspberry Pi 4 Today
WebAssembly (WASM) can run in almost all OS and architect, including Raspberry Pi. However, at the time of my test (Mar 1, 2020), only the wasmer claim and successfully run on my Pi 4. Other runtimes are either in planned mode or WIP.
I would like to share some of my experiences running WASM in Raspberry PI4 and some mistakes I made during the test. I hope it can help you if you want to try the same thing on your Pi.
Disclaimer: WASM is a rapidly growing community and new tools new builds coming up every day. All the experiences I shared with you…