summaryrefslogtreecommitdiffstats
path: root/platform/javascript/native/id_handler.js
Commit message (Collapse)AuthorAgeFilesLines
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-63/+0
| | | | | | | | | 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).
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-0/+63
Move copyToFS into utils.js library included with '--pre-js'.