From a9cce6b51ee43c3c3e782d839eb3fc20d8df5e2b Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 15 Feb 2020 22:44:59 +0200 Subject: [PATCH] Update Demos.md --- docs/Demos.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Demos.md b/docs/Demos.md index 6ef1a17..153bd45 100644 --- a/docs/Demos.md +++ b/docs/Demos.md @@ -1,4 +1,6 @@ # Wasm3 demos -- **Basic WiFi/Gpio access, updating `wasm` file over-the-air.** [demo](https://twitter.com/alvaroviebrantz/status/1221618910803513344), [github](https://github.com/alvarowolfx/wasm-arduino-wifi) [ESP32 / Web] -- **RGB lamp animation using WebAssembly.** [demo](https://twitter.com/wasm3_engine/status/1222835097289752576), [github](https://github.com/vshymanskyy/Wasm3_RGB_Lamp) [nRF51 / nRF52 / ESP8266 / ESP32] +- **In-browser Wasm3 on Webassembly.sh** │ [demo](https://webassembly.sh/?run-command=wasm3) +- **Basic WiFi/Gpio access, updating `wasm` file over-the-air** │ [demo](https://twitter.com/alvaroviebrantz/status/1221618910803513344), [github](https://github.com/alvarowolfx/wasm-arduino-wifi) [ESP32 / Web] +- **RGB lamp animation using WebAssembly** │ [demo](https://twitter.com/wasm3_engine/status/1222835097289752576), [github](https://github.com/vshymanskyy/Wasm3_RGB_Lamp) [nRF51 / nRF52 / ESP8266 / ESP32] +- **LCD display rendering with AssemblyScript** │ [demo](https://twitter.com/h1romas4/status/1228581467850100736), [github](https://github.com/h1romas4/m5stack-wasm3-testing) [M5Stack / ESP32]