Categories
- All Posts 550
- Practical Open Source Projects 478
- Tutorial Articles 22
- Online Utilities 13
- AI news 7
- Tiny Startups Showcase 7
- Claude Code Skills 6
- Prompt Templates 5
- Hugging Face Spaces 3
- OpenClaw Use Cases 3
- LLM Learning Resources 1
- Online AI Image Tools 1
- OpenClaw Master Skills Collection 1
- Rust Training Resources 1
- AI Short Drama Tools 1
- AI Image Generate Maker 1
- My Favorites 0
Posts tagged with: MicroQuickJS
Content related to MicroQuickJS
MicroQuickJS: a 10 kB Embedded JavaScript Engine
January 16, 2026
MicroQuickJS is a compact, memory‑efficient JavaScript engine targeted at embedded systems. With just 10 kB of RAM and 100 kB of ROM, it runs a strict ES5 subset and includes a tracing garbage collector. The project comes with a REPL, bytecode export, and a C API that avoids malloc()/free() calls. This article walks you through building the engine, running scripts, generating bytecode, and exploring its C‑level API, making it a powerful tool for developers building lightweight, secure, JavaScript‑enabled devices.