summaryrefslogtreecommitdiffstats
path: root/platform/web/export/export_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Web] Enable Web exporter in non-dev mode.Fabio Alessandrelli2022-09-071-18/+0
| | | | | | We now have a working OpenGL3/WebGL2 renderer, but extra work is needed in project manager and editor to simplify the creation of OpenGL3 projects.
* Merge pull request #65094 from Faless/web/4.x_templates_refactorRémi Verschelde2022-08-301-19/+11
|\ | | | | [Web] Require threads, rtti, allow optimize=speed.
| * [Web] Require threads, rtti, allow optimize=speed.Fabio Alessandrelli2022-08-301-19/+11
| | | | | | | | | | | | | | Update export names (web[_dlink]_[release|debug].zip). The Build with dynamic linking is broken due to high number of imports in output wasm (likely emscripten regression issue 15487).
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-9/+9
|/
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+700
Also rename export name from "HTML5" to "Web".