Jump to content

JerryScript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by McGeddon (talk | contribs) at 09:32, 26 May 2016 (Proposing article for deletion per WP:PROD. (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

JerryScript


A JavaScript engine for Internet of Things

It is opened June,2015.

JerryScript is the lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers:

• Only few kilobytes of RAM available to the engine (<64 KB RAM)

• 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.


To learn more, visit the project on Github.