mquickjs: Micro QuickJS Javascript Engine
SMRTR summary
MicroQuickJS is a JavaScript engine designed for embedded systems that runs programs with just 10 kB of RAM and requires only 100 kB of ROM. It supports an ES5-like subset with stricter mode restrictions, uses tracing garbage collection instead of reference counting, and stores the standard library in ROM for fast instantiation with minimal memory overhead.
SMRTR provides this summary for quick context. The original article belongs to Lobsters.
Read the original article