Jaculus
Jaculus copied to clipboard
Jaculus - Javascript runtime for ESP32
The basics are implemented
# Projekt - config(yaml?) + 1+ targetů * skupiny targetů? + project wide závislosti + ... - src/ + ... - .jaculus/ == .pio/ (internosti nástroje) + build/ + metadata...
Většina je prostě nakopírovaná z duktape, kde jsou to `static` fce :( Z kroužku, https://youtu.be/tyE7_vMr1xc Closes #1
It would be interesting to have a compile-time option to enable tracing of module compile times. Having data could be helpful for deciding whether we should implement a module in...
When using a transpiled source, the stack traces refer to the transpiled code. It would be nice to also point to the original file if applicable.
We should extend the Javascript test suite so we can detect regressions in the software. Consider adding the tests after the format in #11 is drafted.
We should implement machinery to automatically run javascript tests. Basically, a script should upload the firmware to the attached target and one-by-one run javascript tests. Each test should define the...