mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
Add documentation for MicroQuickJS JavaScript interpreter in Documentation/applications/interpreters/mquickjs/index.rst. The documentation includes: - Description of MicroQuickJS (lightweight JS interpreter by Fabrice Bellard) - Strict mode restrictions (ES5 subset, no array holes, no value boxing, etc.) - Configuration options (CONFIG_INTERPRETERS_MQJS, priority, stack size) - Usage instructions with command options and examples - Memory limit warning (default 16MB is too large for embedded systems) - Feature highlights (minimal footprint, tracing GC, ROM-based stdlib, etc.) Signed-off-by: Huang Qi <huangqi3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| bas | ||
| duktape | ||
| ficl | ||
| lua | ||
| luajit | ||
| minibasic | ||
| mquickjs | ||
| python | ||
| quickjs | ||
| toywasm | ||
| wamr | ||
| wasm3 | ||
| index.rst | ||