We can run our helloworld sample (https://github.com/Moddable-OpenSource/moddable/tree/public/...) with the xsbug debugger attached in 6000 bytes of RAM on the ESP8266. 5456 bytes for the stack and heaps, 256 for the…
Yeah, that would be interesting. Right now the Moddable SDK comes with the Piu application framework, which has cascading styles, inspired by CSS. You can read all about that here:…
A few things: - XS7 can run in as little as 32K RAM :) - Espruino follows the ES5 standard (released in 2009), whereas XS7 follows the ECMAScript 2017 standard. - The Espruino debugger is more like gdb, the XS7 debugger…
Yes, absolutely. XS just provides the basic built-in JavaScript objects (Date, RegExp, String, Number, etc.). Everything else is up to you (meaning the person who creates the virtual machine). And memory allocation can…
We can run our helloworld sample (https://github.com/Moddable-OpenSource/moddable/tree/public/...) with the xsbug debugger attached in 6000 bytes of RAM on the ESP8266. 5456 bytes for the stack and heaps, 256 for the…
Yeah, that would be interesting. Right now the Moddable SDK comes with the Piu application framework, which has cascading styles, inspired by CSS. You can read all about that here:…
A few things: - XS7 can run in as little as 32K RAM :) - Espruino follows the ES5 standard (released in 2009), whereas XS7 follows the ECMAScript 2017 standard. - The Espruino debugger is more like gdb, the XS7 debugger…
Yes, absolutely. XS just provides the basic built-in JavaScript objects (Date, RegExp, String, Number, etc.). Everything else is up to you (meaning the person who creates the virtual machine). And memory allocation can…