Skip to content

Commit 75154fb

Browse files
committed
Update the README.md for release 3.0
JerryScript-DCO-1.0-Signed-off-by: Laszlo Lango [email protected]
1 parent 77c72d4 commit 75154fb

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,15 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices
1010

1111
Key characteristics of JerryScript:
1212
* 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
1415
* Heavily optimized for low memory consumption
1516
* Written in C99 for maximum portability
1617
* Snapshot support for precompiling JavaScript source code to byte code
1718
* Mature C API, easy to embed in applications
1819

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

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)
2922
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).
3023

3124
## Quick Start
@@ -48,6 +41,17 @@ For additional information see [Getting Started](docs/00.GETTING-STARTED.md).
4841
- [API Reference](docs/02.API-REFERENCE.md)
4942
- [API Example](docs/03.API-EXAMPLE.md)
5043
- [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

Comments
 (0)