JerryScript

From air
Revision as of 06:22, 28 August 2016 by Donsez (talk | contribs) (Created page with " http://jerryscript.net/ https://github.com/Samsung/jerryscript ''JerryScript is the lightweight JavaScript engine intended to run on a very constrained devices such as mi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

http://jerryscript.net/

https://github.com/Samsung/jerryscript


JerryScript is the lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers: 1) Only few kilobytes of RAM available to the engine (<64 KB RAM), 2) Constrained ROM space for the code of the engine (<200 KB ROM). The engine supports on-device compilation, execution and provides access to peripherals from JavaScript.