|
|
@ -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 |
|
|
|