From d87ee57031cc89ef14a86047e1b95977a41df557 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 2 Sep 2016 02:43:53 +0300 Subject: [PATCH] README and website index page clarifications --- README.md | 5 +++-- website/index/index.html | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d51793c4..07c22e6d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,11 @@ Main features: * Built-in Unicode support * Minimal platform dependencies * Combined reference counting and mark-and-sweep garbage collection with finalization -* Custom features like co-routines, built-in logging framework, and built-in - CommonJS-based module loading framework +* Custom features like co-routines * Property virtualization using a subset of Ecmascript E6 Proxy object * Bytecode dump/load for caching compiled functions +* Distributable includes an optional logging framework, CommonJS-based module + loading implementations, etc * Liberal license See [duktape.org](http://duktape.org/) for packaged end-user downloads diff --git a/website/index/index.html b/website/index/index.html index 11ffa9b0..f8d8be06 100644 --- a/website/index/index.html +++ b/website/index/index.html @@ -52,6 +52,8 @@ Duktape API to call Ecmascript functions from C code and vice versa.

  • Coroutines
  • Property virtualization using a subset of Ecmascript E6 Proxy object
  • Bytecode dump/load for caching compiled functions
  • +
  • Distributable includes an optional logging framework, CommonJS-based module + loading implementations, etc
  • Liberal license (MIT)