MQUICKJS
// Public repository of the Micro QuickJS Javascript Engine
Mquickjs
Public repository of the Micro QuickJS Javascript Engine
13EmergingUnknown
What it does
MicroQuickJS ============ MicroQuickJS (aka. MQuickJS) is a JavaScript engine targeted at embedded systems. It compiles and runs JavaScript programs using as little as 10 kB of RAM. The whole engine requires about 100 kB of ROM (ARM Thumb-2 code) including the C library. The speed is comparable to QuickJS. MQuickJS only supports a subset of JavaScript close to ES5. It implements a stricter mode
Getting Started
git
git clone https://github.com/bellard/mquickjs