v.s.h.
vsh.bsky.social
v.s.h.
@vsh.bsky.social
ViperIDE v0.5.2 is out:
viper-ide.org

#MicroPython #WebIDE
March 4, 2025 at 9:07 AM
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
October 5, 2024 at 2:03 PM
Reposted by v.s.h.
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
August 29, 2024 at 7:01 PM