From de6d2e1f851820d64f9844a900015a22275b37cc Mon Sep 17 00:00:00 2001
From: Sami Vaarala
Date: Tue, 25 Nov 2014 12:52:45 +0200
Subject: [PATCH] Update index page lowmem info
---
website/index/index.html | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/website/index/index.html b/website/index/index.html
index 12642493..5afec030 100644
--- a/website/index/index.html
+++ b/website/index/index.html
@@ -11,8 +11,15 @@ functions from C code and vice versa.
Main features:
-- Embeddable, portable, compact;
- about 210kB code, 80kB memory, 40kLoC source (excluding comments etc)
+- Embeddable, portable, compact:
+
+ - 200kB code
+ - 46kB startup RAM (x86, default options)
+ - 22kB startup RAM (x86, lowmem options)
+ - 42kLoC source (excluding comments etc)
+ - Can run on platforms with 256kB flash and 96kB system RAM
+
+
- Ecmascript E5/E5.1
compliant, some features borrowed from
E6 draft