duktape-wiki
duktape-wiki copied to clipboard
Duktape Wiki
Emscripten performance behavior is quite different from usual targets because when Duktape is compiled using Emscripten and executed using e.g. V8, there are two VMs on top of one another....
Initial contents should include minimal notes for Emscripten.
Should provide an overview of rough release plan for around 1 year ahead. Comment also on the largest issues like ES6 support status.
Cache for 1 hour?
Because the single source duktape.c uses #file and #line directives, the debugger may want to see individual sources. For example, with gdb you can: ``` dir /path/to/src-separate/folder ``` The sources...
See https://github.com/svaarala/duktape/issues/292.
Add proper page template and styling for Wiki pages.