Add documentation and fix style issues.
This commit is contained in:
+4
-4
@@ -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 (<64 KB RAM)</li>
|
||||
<li>Constrained ROM space for the code of the engine (<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>
|
||||
|
||||
Reference in New Issue
Block a user