Add documentation and fix style issues.

This commit is contained in:
Evgeny Gavrin
2015-06-26 15:50:48 +03:00
parent 3486aefa0b
commit f133131d9b
12 changed files with 2529 additions and 64 deletions
+4 -4
View File
@@ -7,14 +7,14 @@ permalink: /
<p class="lead">A JavaScript engine for <strong>Internet of Things</strong></p>
</div>
<div class="project_overview">
<p>JerryScript is a lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers:</p>
<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>
<li>On-device compilation and execution</li>
<li>The engine provides access to peripherals from JavaScript</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>