Skip to content

Commit 5020015

Browse files
authored
Update the README.md for release 3.0 (#5200)
JerryScript-DCO-1.0-Signed-off-by: Laszlo Lango [email protected]
1 parent 4cda596 commit 5020015

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,16 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices
99

1010
Key characteristics of JerryScript:
1111
* 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
1315
* Heavily optimized for low memory consumption
1416
* Written in C99 for maximum portability
1517
* Snapshot support for precompiling JavaScript source code to byte code
1618
* Mature C API, easy to embed in applications
1719

1820
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/jerryscript-project/jerryscript/wiki).
1921

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)
2822
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).
2923

3024
## Quick Start
@@ -46,7 +40,17 @@ For additional information see [Getting Started](docs/00.GETTING-STARTED.md).
4640
- [Configuration](docs/01.CONFIGURATION.md)
4741
- [API Reference](docs/02.API-REFERENCE.md)
4842
- [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)
5054
- [Migration Guide](docs/16.MIGRATION-GUIDE.md)
5155

5256
## Contributing

0 commit comments

Comments
 (0)