jerryscript/index.html
Zsolt Borbély b89c74fd39 Update the webpage (#1542)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
2017-01-26 08:48:27 +01:00

24 lines
1.3 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 (&lt;64 KB RAM)</li>
<li>Constrained ROM space for the code of the engine (&lt;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/jerryscript-project/jerryscript">project on GitHub.</a></p>
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="{{ site.github.url }}/getting-started/">Getting Started</a> guides and <a href="{{ site.github.url }}/api-reference/">JerryScript APIs reference</a>. </p>
<p>Please, report all bugs and feature requests on JerryScript <a href="https://github.com/jerryscript-project/jerryscript/issues">issue tracker</a>. Feel free to ask questions on <a href="https://github.com/jerryscript-project/jerryscript/labels/question">issue tracker</a>.</p>
</div>