JerryScript: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
http://iotjs.net/ |
|||
http://jerryscript.net/ |
http://jerryscript.net/ |
||
Line 7: | Line 9: | ||
''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.'' |
''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.'' |
||
Présentation : http://events.linuxfoundation.org/sites/events/files/slides/openiot-summit-2016-iotjs.pdf |
|||
Dépôt de code : https://github.com/Samsung/iotjs |
Latest revision as of 15:45, 25 November 2016
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.
Présentation : http://events.linuxfoundation.org/sites/events/files/slides/openiot-summit-2016-iotjs.pdf
Dépôt de code : https://github.com/Samsung/iotjs