jerryscript/index.html
2015-06-26 17:43:22 +03:00

24 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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/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 found bugs and request new features at <a href="https://github.com/Samsung/jerryscript/issues">JerryScript issue tracker</a>. Feel free to ask questions on <a href="https://github.com/Samsung/jerryscript/labels/question">issue tracker</a> and dont forget to label it with 'question' or 'discussion'.</p>
</div>