Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-10 | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli | |
The API is implemented in javascript, and generates C functions that can be called from godot. This allows much cleaner code replacing all `EM_ASM` calls in our C++ code with plain C function calls. This also gets rid of few hacks and comes with few optimizations (e.g. custom cursor shapes should be much faster now). | |||
2020-05-10 | Fix Closure compiler build, python style. | Fabio Alessandrelli | |
Move copyToFS into utils.js library included with '--pre-js'. |