MelodyToys / NeoJS

NeoJS is a JavaScript scriptable NeoPixel LED Controller with an easy to use Web UI
https://www.melody.toys/NeoJS/
MIT License
11 stars 2 forks source link

NeoJS "in browser" code Simulator #13

Open sfranzyshen opened 4 years ago

sfranzyshen commented 4 years ago

A request was made to Cesanta to add a wasm version of elk to their menu ... this would make it simple to have a code simulator (validation) in the browser ... there maybe ways to reverse engineer wasm binaries ... so it's unlikely they'll do it since it's a closed source project ... OR we could (possibly) add a JavaScript (qemujs + qemu-xtensa) Qemu emulator to the IDE ...

https://github.com/OSLL/qemu-xtensa https://github.com/atrosinenko/qemujs

sfranzyshen commented 3 years ago

Elk has been open sourced and I've successfully built and ran a test from within the browser ... Screenshot