Browse Source

README and website index page clarifications

pull/950/head
Sami Vaarala 8 years ago
parent
commit
d87ee57031
  1. 5
      README.md
  2. 2
      website/index/index.html

5
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

2
website/index/index.html

@ -52,6 +52,8 @@ Duktape API to call Ecmascript functions from C code and vice versa.</p>
<li>Coroutines</li>
<li>Property virtualization using a subset of Ecmascript E6 Proxy object</li>
<li>Bytecode dump/load for caching compiled functions</li>
<li>Distributable includes an optional logging framework, CommonJS-based module
loading implementations, etc</li>
<li>Liberal license (MIT)</li>
</ul>

Loading…
Cancel
Save