From 684474699fa5f170fefd7b0fe7e7744f131c6c38 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 3 Feb 2020 14:55:05 +0200 Subject: [PATCH] Update Demos.md --- docs/Demos.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Demos.md b/docs/Demos.md index 577ae90..6ef1a17 100644 --- a/docs/Demos.md +++ b/docs/Demos.md @@ -1,5 +1,4 @@ # Wasm3 demos -Basic WiFi/Gpio access, updating `wasm` file over-the-air by @alvarowolfx. ESP32 [demo](https://twitter.com/alvaroviebrantz/status/1221618910803513344), [github](https://github.com/alvarowolfx/wasm-arduino-wifi) - -RGB lamp animation by @vshymanskyy. nRF51/nRF52/ESP8266/ESP32 [demo](https://twitter.com/wasm3_engine/status/1222835097289752576), [github](https://github.com/vshymanskyy/Wasm3_RGB_Lamp) +- **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]