You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,15 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices
10
10
11
11
Key characteristics of JerryScript:
12
12
* Full ECMAScript 5.1 standard compliance
13
-
* 160K binary size when compiled for ARM Thumb-2
13
+
* ECMAScript 2016+ standard compliance is 70%
14
+
* 258K binary size when compiled for ARM Thumb-2
14
15
* Heavily optimized for low memory consumption
15
16
* Written in C99 for maximum portability
16
17
* Snapshot support for precompiling JavaScript source code to byte code
17
18
* Mature C API, easy to embed in applications
18
19
19
20
Additional information can be found on our [project page](http://jerryscript.net) and [Uncyclo](https://github.com/jerryscript-project/jerryscript/wiki).
20
21
21
-
Memory usage and Binary footprint are measured at [here](https://jerryscript-project.github.io/jerryscript-test-results) with real target daily.
IRC channel: #jerryscript on [freenode](https://freenode.net)
29
22
Mailing list: [email protected], you can subscribe [here](https://groups.io/g/jerryscript-dev) and access the mailing list archive [here](https://groups.io/g/jerryscript-dev/topics).
30
23
31
24
## Quick Start
@@ -48,6 +41,17 @@ For additional information see [Getting Started](docs/00.GETTING-STARTED.md).
0 commit comments