@@ -10,22 +10,16 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices
1010
1111Key characteristics of JerryScript:
1212* Full ECMAScript 5.1 standard compliance
13- * 160K binary size when compiled for ARM Thumb-2
13+ * ECMAScript 2025 standard compliance is 70%
14+ * [ Kangax Compatibilty Table] ( https://compat-table.github.io/compat-table/es2016plus/ )
15+ * 258K binary size when compiled for ARM Thumb-2
1416* Heavily optimized for low memory consumption
1517* Written in C99 for maximum portability
1618* Snapshot support for precompiling JavaScript source code to byte code
1719* Mature C API, easy to embed in applications
1820
1921Additional information can be found on our [ project page] ( http://jerryscript.net ) and [ Wiki] ( https://github.com/jerryscript-project/jerryscript/wiki ) .
2022
21- Memory usage and Binary footprint are measured at [ here] ( https://jerryscript-project.github.io/jerryscript-test-results ) with real target daily.
22-
23- The latest results on ** Raspberry Pi 2** :
24-
25-
26- [ ![ 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 )
27-
28- IRC channel: #jerryscript on [ freenode] ( https://freenode.net )
2923Mailing 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 ) .
3024
3125## Quick Start
@@ -47,7 +41,17 @@ For additional information see [Getting Started](docs/00.GETTING-STARTED.md).
4741- [ Configuration] ( docs/01.CONFIGURATION.md )
4842- [ API Reference] ( docs/02.API-REFERENCE.md )
4943- [ API Example] ( docs/03.API-EXAMPLE.md )
50- - [ Internals] ( docs/04.INTERNALS.md )
44+ - [ Port API] ( docs/05.PORT-API.md )
45+ - [ Reference Couting] ( docs/06.REFERENCE-COUNTING.md )
46+ - [ Debugger] ( docs/07.DEBUGGER.md )
47+ - [ Coding Standards] ( docs/08.CODING-STANDARDS.md )
48+ - [ Arguments Extension API] ( docs/09.EXT-REFERENCE-ARG.md )
49+ - [ Property Extension API] ( docs/10.EXT-REFERENCE-HANDLER.md )
50+ - [ Autorelease Extension API] ( docs/11.EXT-REFERENCE-AUTORELEASE.md )
51+ - [ Module Extension API] ( docs/12.EXT-REFERENCE-MODULE.md )
52+ - [ Debugger Transport Interface] ( docs/13.DEBUGGER-TRANSPORT.md )
53+ - [ Scope Extension API] ( docs/14.EXT-REFERENCE-HANDLE-SCOPE.md )
54+ - [ Module System] ( docs/15.MODULE-SYSTEM.md )
5155- [ Migration Guide] ( docs/16.MIGRATION-GUIDE.md )
5256
5357## Contributing
0 commit comments