Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume TemplateLatest version JerryScript release on October 18, 2024
Name | JerryScript |
Category Name | Programming Languages |
Release Date | October 18, 2024 |
LTS Version | 3.0.0 |
License | 0 |
Official Website | https://jerryscript.net/ |
Supported OS | Windows, Mac Os, LINUX |
JerryScript is an ultra-lightweight JavaScript engine optimized for resource-constrained devices like IoT gadgets. Written in C, it boasts a low memory footprint, executing JavaScript code on devices with minimal RAM (as little as 64KB). JerryScript supports ECMAScript 5.1 features, offering a balance of performance and minimal resource consumption. Its modular design allows embedding into various platforms, enabling developers to write device firmware in JavaScript. This engine emphasizes quick startup times, essential for low-power devices. Despite its small size, JerryScript provides a robust API for integration and extension, empowering developers to tailor it for specific embedded applications.
Software Requirements:- Compiler: C99 compliant compiler (e.g., GCC, Clang). Build System: CMake 3.1+. Development Tools: Git, Python for build scripts. Hardware Requirements:- Memory: Minimum 64KB RAM. Storage: At least 512KB flash storage. Processor: Any 32-bit CPU with minimal processing power (e.g., ARM Cortex-M).