-
Notifications
You must be signed in to change notification settings - Fork 43
Home
HyukWoo Park edited this page Apr 5, 2019
·
6 revisions
Welcome to the Escargot wiki!
Escargot is a memory optimized JavaScript engine for mid-range devices such as mobile phone, tablet and TV. When compared to other light JS engines (e.g. JerryScript) for low-end devices, Escargot has much more freedom to implement features and performance optimizations because the memory constraints are less tight. Otherwise, Escargot consumes extremely low runtime memory and shows tiny binary size compared to high-end JS engines (e.g. V8, JavaScriptCore, SpiderMonkey).
About
Development
About
Development
Document