We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

JerryScript

Formal Metadata

Title
JerryScript
Subtitle
An ultra-lightweight JavaScript engine for the Internet of Things
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date2018
LanguageEnglish
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
JerryScript is a lightweight JavaScript engine designed to bring the successof JavaScript to small IoT devices like lamps, thermometers, switches andsensors. This class of devices tends to use resource-constrainedmicrocontrollers which are too small to fit a large JavaScript engine like V8or JavaScriptCore. JerryScript is heavily optimized for low memory consumptionand runs on platforms with less than 64KB of RAM and less than 200KB of flashmemory. Despite the low footprint, JerryScript is a full-featured JavaScriptengine implementing the entire ECMAScript 5.1 standard. It is actively used inproduction and already runs on more than one million smartwatches! JerryScriptis an open source project and has been released under the Apache License 2.0.The talk will include a demo showing JavaScript code executing on top ofJerryScript on a resource-constrained microcontroller.