summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-08-29 15:56:28 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-08-30 20:01:19 +0200
commitf958f002832608b294ea4bbc588f4bc7e4ef95d4 (patch)
tree8fc97acf31dfb278bd3f589cba2d3660dece92ec /.github
parent4c0f5f751e6a609959489125e730bce730b364bf (diff)
[Web] Require threads, rtti, allow optimize=speed.
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).
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/web_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml
index 8c5b14e314..b3fb87ed7e 100644
--- a/.github/workflows/web_builds.yml
+++ b/.github/workflows/web_builds.yml
@@ -6,7 +6,7 @@ env:
# Only used for the cache key. Increment version to force clean build.
GODOT_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no
- EM_VERSION: 3.1.10
+ EM_VERSION: 3.1.20
EM_CACHE_FOLDER: "emsdk-cache"
concurrency: