@@ -9,22 +9,16 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices
9
9
10
10
Key characteristics of JerryScript:
11
11
* Full ECMAScript 5.1 standard compliance
12
- * 160K binary size when compiled for ARM Thumb-2
12
+ * ECMAScript 2025 standard compliance is 70%
13
+ * [ Kangax Compatibilty Table] ( https://compat-table.github.io/compat-table/es2016plus/ )
14
+ * 258K binary size when compiled for ARM Thumb-2
13
15
* Heavily optimized for low memory consumption
14
16
* Written in C99 for maximum portability
15
17
* Snapshot support for precompiling JavaScript source code to byte code
16
18
* Mature C API, easy to embed in applications
17
19
18
20
Additional information can be found on our [ project page] ( http://jerryscript.net ) and [ Wiki] ( https://github.com/jerryscript-project/jerryscript/wiki ) .
19
21
20
- Memory usage and Binary footprint are measured at [ here] ( https://jerryscript-project.github.io/jerryscript-test-results ) with real target daily.
21
-
22
- The latest results on ** Raspberry Pi 2** :
23
-
24
-
25
- [ ![ Remote Testrunner] ( https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fjerryscript%2Frpi2.svg?alt=media&token=1 )] ( https://jerryscript-project.github.io/jerryscript-test-results/?view=rpi2 )
26
-
27
- IRC channel: #jerryscript on [ freenode] ( https://freenode.net )
28
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 ) .
29
23
30
24
## Quick Start
@@ -46,7 +40,17 @@ For additional information see [Getting Started](docs/00.GETTING-STARTED.md).
46
40
- [ Configuration] ( docs/01.CONFIGURATION.md )
47
41
- [ API Reference] ( docs/02.API-REFERENCE.md )
48
42
- [ API Example] ( docs/03.API-EXAMPLE.md )
49
- - [ Internals] ( docs/04.INTERNALS.md )
43
+ - [ Port API] ( docs/05.PORT-API.md )
44
+ - [ Reference Couting] ( docs/06.REFERENCE-COUNTING.md )
45
+ - [ Debugger] ( docs/07.DEBUGGER.md )
46
+ - [ Coding Standards] ( docs/08.CODING-STANDARDS.md )
47
+ - [ Arguments Extension API] ( docs/09.EXT-REFERENCE-ARG.md )
48
+ - [ Property Extension API] ( docs/10.EXT-REFERENCE-HANDLER.md )
49
+ - [ Autorelease Extension API] ( docs/11.EXT-REFERENCE-AUTORELEASE.md )
50
+ - [ Module Extension API] ( docs/12.EXT-REFERENCE-MODULE.md )
51
+ - [ Debugger Transport Interface] ( docs/13.DEBUGGER-TRANSPORT.md )
52
+ - [ Scope Extension API] ( docs/14.EXT-REFERENCE-HANDLE-SCOPE.md )
53
+ - [ Module System] ( docs/15.MODULE-SYSTEM.md )
50
54
- [ Migration Guide] ( docs/16.MIGRATION-GUIDE.md )
51
55
52
56
## Contributing
0 commit comments