Click any tag below to further narrow down your results
Links
MicroQuickJS (MQuickJS) is a compact JavaScript engine designed for embedded systems, requiring only 10 kB of RAM and 100 kB of ROM. It supports a strict subset of ES5 JavaScript and features a unique memory management system with a tracing garbage collector. The engine allows for efficient execution and bytecode generation for resource-constrained environments.
This article provides an overview of the mQuickJS project, a lightweight JavaScript engine. It highlights the importance of user feedback and directs readers to the documentation for available qualifiers.
The article provides an overview of QuickJS, a small and embeddable JavaScript engine that supports the ES2023 specification. It highlights its main features, including fast execution, low memory usage, and the ability to compile JavaScript to executables. Recent updates and releases are also mentioned, along with links to documentation and downloads.