Update README with the current binary size.

JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com
This commit is contained in:
Tilmann Scheller 2016-07-01 10:51:07 +02:00
parent 1b40af729b
commit 4921a030b3

View File

@ -7,7 +7,7 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices
Key characteristics of JerryScript:
* Full ECMAScript 5.1 standard compliance
* 170K binary size when compiled for ARM Thumb-2
* 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