2.1 KiB
2.1 KiB
Wasm3 demos
- In-browser Wasm3 (with MetaWASI support) on Webassembly.sh │ try it
- PyGame + pywasm3 examples | github
- DOOM compiled to WASI, running on pywasm3 | video, github
- WebAssembly On Your Nintendo DS | blog, github
- Each pixel on this ESP32 board is controlled by a different WebAssembly app | video, github
- Wasm3 self-compilation using
clang.wasm
| github - Dino game
- Basic WiFi/Gpio access, updating
wasm
file over-the-air │ video, github [ESP32 / Web] - RGB lamp animation using WebAssembly │ video, github [nRF51 / nRF52 / ESP8266 / ESP32]
- LCD display rendering with AssemblyScript │ video, github [M5Stack / ESP32]
- Conway's Game Of Life with AssemblyScript │ video, github [Maixduino / K210]