pandemonium_engine/platform/javascript
Rémi Verschelde 651857c040 Web: Fix version check for missing scalbnf LTO workaround
The check needs to happen after we set `env["CXX"]`.
Follow-up to #81340.

(cherry picked from commit 50161808c240b2296045887e1fc683eee87905ae)
2023-12-20 22:16:55 +01:00
..
api File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
export File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
js Fix JavaScript callback memory leak 2023-10-02 16:18:41 +02:00
.eslintrc.engine.js
.eslintrc.js
.eslintrc.libs.js
audio_driver_javascript.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
audio_driver_javascript.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
detect.py Web: Fix version check for missing scalbnf LTO workaround 2023-12-20 22:16:55 +01:00
dom_keys.inc File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
emscripten_helpers.py
http_client_javascript.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
http_client.h.inc
javascript_main.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
javascript_runtime.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
javascript_singleton.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
logo.png
os_javascript.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
os_javascript.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
package-lock.json Update npm packages 2023-08-27 11:59:50 +02:00
package.json Update npm packages 2023-08-27 11:59:50 +02:00
pandemonium_audio.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
pandemonium_js.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
platform_config.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
README.md
run_icon.png
SCsub Ported: [Web] Add the "serve" and "run" scons targets. 2022-12-22 17:45:13 +01:00
serve.py Ported: [Web] Add the "serve" and "run" scons targets. 2022-12-22 17:45:13 +01:00

HTML5 platform port

This folder contains the C++ and JavaScript code for the HTML5/WebAssembly platform port, compiled using Emscripten.

It also contains a ESLint linting setup (see package.json).

See also misc/dist/html folder for files used by this platform such as the HTML5 shell.

Artwork license

logo.png and run_icon.png are licensed under Creative Commons Attribution 3.0 Unported per the HTML5 logo usage guidelines.