godot/platform/javascript
Rémi Verschelde 63544e6b02 Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'
It is not supported in Emscripten's `latest-upstream` LLVM backend,
and doesn't seem necessary in the `latest` backend either.
It was initially added in #22857 to solve a compilation error with the latter.

Part of #30270.
2019-07-22 13:21:56 +02:00
..
api Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
export Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
audio_driver_javascript.cpp Fix compilation warnings in JS and Windows builds 2019-06-15 14:40:45 +02:00
audio_driver_javascript.h Deal with Google's HTML5 autoplay policy 2019-01-20 14:25:15 +01:00
detect.py Emscripten: Do not define BINARYEN_TRAP_MODE='clamp' 2019-07-22 13:21:56 +02:00
dom_keys.inc Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
engine.js Fix file preloading warning in HTML5 platform 2019-02-23 20:06:22 +01:00
http_client.h.inc Add script to fix style issues and copyright headers 2019-06-17 13:35:47 +02:00
http_client_javascript.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.js Use stdout/-err for all messages in HTML5 platform 2019-02-24 04:56:34 +01:00
id_handler.js Move IDHandler JS module to platform from Websock 2019-04-12 12:41:49 +02:00
javascript_eval.cpp Use stdout/-err for all messages in HTML5 platform 2019-02-24 04:56:34 +01:00
javascript_main.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_javascript.cpp Fix cursor blinking in integrated GPUs 2019-07-09 19:38:25 -03:00
os_javascript.h Fix cursor blinking in integrated GPUs 2019-07-09 19:38:25 -03:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pre.js Add comments to javascript wrapper parts. 2018-10-15 08:56:44 -07:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub Move IDHandler JS module to platform from Websock 2019-04-12 12:41:49 +02:00