mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
---
|
|
layout: default
|
|
permalink: /
|
|
---
|
|
<div class="project_title">
|
|
<h1>JerryScript</h1>
|
|
<p class="lead">A JavaScript engine for <strong>Internet of Things</strong></p>
|
|
</div>
|
|
<div class="project_overview">
|
|
<p>JerryScript is the lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers:
|
|
</p>
|
|
<ul>
|
|
<li>Only few kilobytes of RAM available to the engine (<64 KB RAM)</li>
|
|
<li>Constrained ROM space for the code of the engine (<200 KB ROM)</li>
|
|
</ul>
|
|
<p>The engine supports on-device compilation, execution and provides access to peripherals from JavaScript.
|
|
</p>
|
|
</div>
|
|
<div class="learn_more">
|
|
<p>To learn more, please visit the <a href="http://github.com/Samsung/jerryscript">project on Github.</a></p>
|
|
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="{{ site.baseurl }}/how-to/">Getting Started</a> guides and <a href="{{ site.baseurl }}/API">JerryScript APIs reference</a>. </p>
|
|
<p>Please, report all bugs and feature requests on JerryScript <a href="https://github.com/Samsung/jerryscript/issues">issue tracker</a>. Feel free to ask questions on <a href="https://github.com/Samsung/jerryscript/labels/question">issue tracker</a>.</p>
|
|
</div>
|