JerryScript
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "JerryScript" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|JerryScript|concern=Apparently unremarkable programming project - fails [[WP:GNG]].}} ~~~~ Timestamp: 20160526093231 09:32, 26 May 2016 (UTC) Administrators: delete |
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.