wasm2mpy enables running many languages on #MicroPython embedded systems (such as #ESP32, #RaspberryPi Pico, #STM32, and #nRF52) with near-native performance. I've added #RISC-V support a few days ago, check it out! github.com/vshymanskyy/... #WebAssembly #RV32 #WASM @kripken.com
Nice use of wasm2c (compile WebAssembly to C) by Volodymyr Shymanskyy: github.com/orgs/micropy... This lets you run a wasm file as a MicroPython module, anywhere MicroPython can run, and fast.
Compiling Rust, GoLang, Zig, WebAssembly to MPY modules · micropython · Discussion #15702
Back in 2021, I experimented with the concept of embedded-wasm-apps. This allowed to run any of the WebAssembly supported languages on microcontrollers: Recently, I discovered that MicroPython has ...
github.com