From 7360674b63197ab194f4183ecfca2acf19748621 Mon Sep 17 00:00:00 2001 From: Laszlo Lango Date: Tue, 17 Dec 2024 09:45:52 +0100 Subject: [PATCH] Update the README.md for release 3.0 JerryScript-DCO-1.0-Signed-off-by: Laszlo Lango laszlo.lango@h-lab.eu --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eac8ef0c45..bb94e647a6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices Key characteristics of JerryScript: * Full ECMAScript 5.1 standard compliance -* 160K binary size when compiled for ARM Thumb-2 +* [TODO] latest ECMAScript standard compliance +* [TODO - update] 160K binary size when compiled for ARM Thumb-2 * Heavily optimized for low memory consumption * Written in C99 for maximum portability * Snapshot support for precompiling JavaScript source code to byte code @@ -18,14 +19,6 @@ Key characteristics of JerryScript: Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/jerryscript-project/jerryscript/wiki). -Memory usage and Binary footprint are measured at [here](https://jerryscript-project.github.io/jerryscript-test-results) with real target daily. - -The latest results on **Raspberry Pi 2**: - - -[![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) - -IRC channel: #jerryscript on [freenode](https://freenode.net) Mailing list: jerryscript-dev@groups.io, you can subscribe [here](https://groups.io/g/jerryscript-dev) and access the mailing list archive [here](https://groups.io/g/jerryscript-dev/topics). ## Quick Start @@ -48,6 +41,17 @@ For additional information see [Getting Started](docs/00.GETTING-STARTED.md). - [API Reference](docs/02.API-REFERENCE.md) - [API Example](docs/03.API-EXAMPLE.md) - [Internals](docs/04.INTERNALS.md) +- [Port API](docs/05.PORT-API.md) +- [Reference Couting](docs/06.REFERENCE-COUNTING.md) +- [Debugger](docs/07.DEBUGGER.md) +- [Coding Standards](docs/08.CODING-STANDARDS.md) +- [Arguments Extension API](docs/09.EXT-REFERENCE-ARG.md) +- [Property Extension API](docs/10.EXT-REFERENCE-HANDLER.md) +- [Autorelease Extension API](docs/11.EXT-REFERENCE-AUTORELEASE.md) +- [Module Extension API](docs/12.EXT-REFERENCE-MODULE.md) +- [Debugger Transport Interface](docs/13.DEBUGGER-TRANSPORT.md) +- [Scope Extension API](docs/14.EXT-REFERENCE-HANDLE-SCOPE.md) +- [Module System](docs/15.MODULE-SYSTEM.md) - [Migration Guide](docs/16.MIGRATION-GUIDE.md) ## Contributing