godot/platform/javascript/native
Fabio Alessandrelli e2083871eb [HTML5] Port JavaScript inline code to libraries.
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-11-10 11:42:51 +01:00
..
http_request.js Fix Closure compiler build, python style. 2020-05-10 18:22:48 +02:00
library_godot_audio.js [HTML5] Port JavaScript inline code to libraries. 2020-11-10 11:42:51 +01:00
library_godot_display.js [HTML5] Port JavaScript inline code to libraries. 2020-11-10 11:42:51 +01:00
library_godot_editor_tools.js [HTML5] Port JavaScript inline code to libraries. 2020-11-10 11:42:51 +01:00
library_godot_eval.js [HTML5] Port JavaScript inline code to libraries. 2020-11-10 11:42:51 +01:00
library_godot_os.js [HTML5] Port JavaScript inline code to libraries. 2020-11-10 11:42:51 +01:00