Rémi Verschelde 23b51a1708 HTML5: Fix minification error with Emscripten 1.39.9 3 years ago
..
api 490511fcfe [HTML5] Fix build error due to missing string cast. 3 years ago
export 2daaf0fdc3 Make platform feature tag names lowercase 4 years ago
js 23b51a1708 HTML5: Fix minification error with Emscripten 1.39.9 3 years ago
.eslintrc.engine.js 018ee5a4dc [HTML5] Document Engine and EngineConfig (jsdoc). 4 years ago
.eslintrc.js 23b51a1708 HTML5: Fix minification error with Emscripten 1.39.9 3 years ago
.eslintrc.libs.js a54a2d65e1 Add support for WebXR 4 years ago
README.md 1513aa9b26 Add logo attribution for Android, HTML5 and Linux platform icons 3 years ago
SCsub fdf66a21f1 [HTML5] Add easy to use download API. 4 years ago
audio_driver_javascript.cpp 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 3 years ago
audio_driver_javascript.h 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 3 years ago
detect.py 7431586286 [HTML5] Make threads build the default. 4 years ago
display_server_javascript.cpp c3f5194861 [HTML5] Fix wheel/touch callback modifying event after parse. 3 years ago
display_server_javascript.h 618eb27e8b Move `alert` function from `DisplayServer` to `OS`. 4 years ago
dom_keys.inc fa3a32a2d6 Use Key enum instead of plain integers 4 years ago
emscripten_helpers.py 16f49d4b29 HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@ 4 years ago
godot_audio.h 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 3 years ago
godot_js.h 9b7b0a28b9 [HTML5] Fix some JS library signature. 4 years ago
http_client_javascript.cpp b00c4a4360 [Net] Makes HTTPClient a custom instance class. 4 years ago
http_client_javascript.h b00c4a4360 [Net] Makes HTTPClient a custom instance class. 4 years ago
javascript_main.cpp 6631f66c2a Optimize StringName usage 4 years ago
javascript_runtime.cpp b5334d14f7 Update copyright statements to 2021 4 years ago
javascript_singleton.cpp d4e302a3a4 [HTML5] Fix JavaScript string parsing with new interface. 4 years ago
logo.png c8a8be6dd1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 5 years ago
os_javascript.cpp 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 3 years ago
os_javascript.h 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 3 years ago
package-lock.json a1cbb6daa6 [HTML5] Update eslint and jsdoc dependencies. 4 years ago
package.json a1cbb6daa6 [HTML5] Update eslint and jsdoc dependencies. 4 years ago
platform_config.h b5334d14f7 Update copyright statements to 2021 4 years ago
run_icon.png 53e94a1ce1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 7 years ago

README.md

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.