Rémi Verschelde 2bb8183011 HTML5: Fix warning with Emscripten 3.1.20 3 years ago
..
api 4c23a902c1 [HTML5] Implement JavaScript PWA update callbacks. 3 years ago
export 65dc01bd8e [HTML5] Add GDNative+Threads build. 3 years ago
js fb7ecc748f [3.x] HTML5: Add support for `Input.vibrate_handheld()` 3 years ago
.eslintrc.engine.js 681c10af45 [HTML5] Document Engine and EngineConfig (jsdoc). 4 years ago
.eslintrc.js bf65c0e479 HTML5: Fix minification error with Emscripten 1.39.9 4 years ago
.eslintrc.libs.js d61fc468a2 [HTML5] Refactor JS library listeners to OS. 4 years ago
README.md 8a6bc045ea Add logo attribution for Android, HTML5 and Linux platform icons 4 years ago
SCsub 65dc01bd8e [HTML5] Add GDNative+Threads build. 3 years ago
audio_driver_javascript.cpp a627cdafc5 Update copyright statements to 2022 3 years ago
audio_driver_javascript.h 818f1eed31 Code quality: Fix header guards consistency 3 years ago
detect.py 2bb8183011 HTML5: Fix warning with Emscripten 3.1.20 3 years ago
dom_keys.inc a627cdafc5 Update copyright statements to 2022 3 years ago
emscripten_helpers.py 65dc01bd8e [HTML5] Add GDNative+Threads build. 3 years ago
godot_audio.h 818f1eed31 Code quality: Fix header guards consistency 3 years ago
godot_js.h fb7ecc748f [3.x] HTML5: Add support for `Input.vibrate_handheld()` 3 years ago
godot_webgl2.cpp a627cdafc5 Update copyright statements to 2022 3 years ago
godot_webgl2.h 818f1eed31 Code quality: Fix header guards consistency 3 years ago
http_client.h.inc a627cdafc5 Update copyright statements to 2022 3 years ago
http_client_javascript.cpp 822da984bb [Net] Fix get_response_body_length for large files. 3 years ago
javascript_main.cpp a627cdafc5 Update copyright statements to 2022 3 years ago
javascript_runtime.cpp a627cdafc5 Update copyright statements to 2022 3 years ago
javascript_singleton.cpp 4c23a902c1 [HTML5] Implement JavaScript PWA update callbacks. 3 years ago
logo.png c8a8be6dd1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 6 years ago
os_javascript.cpp fb7ecc748f [3.x] HTML5: Add support for `Input.vibrate_handheld()` 3 years ago
os_javascript.h fb7ecc748f [3.x] HTML5: Add support for `Input.vibrate_handheld()` 3 years ago
package-lock.json f880904c7a HTML5: Run `npm audit fix` 3 years ago
package.json f880904c7a HTML5: Run `npm audit fix` 3 years ago
platform_config.h a627cdafc5 Update copyright statements to 2022 3 years ago
run_icon.png 53e94a1ce1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 7 years ago
serve.json 4f1f76c7ce Add local web server configuration designed for web editor development 3 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.