From 4921a030b3feaf37b82f2a27085c7ebb51ba3e36 Mon Sep 17 00:00:00 2001 From: Tilmann Scheller Date: Fri, 1 Jul 2016 10:51:07 +0200 Subject: [PATCH] Update README with the current binary size. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74cbe68a3..ac2d5f149 100644 --- a/README.md +++ b/README.md @@ -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