Skip to content

Commit 51de91d

Browse files
authored
gh-145177: Upgrade to Emscripten 6.0.3 (#154029)
1 parent 40f7fbf commit 51de91d

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

Platforms/emscripten/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Any data that can vary between Python versions is to be kept in this file.
22
# This allows for blanket copying of the Emscripten build code between supported
33
# Python versions.
4-
emscripten-version = "6.0.2"
4+
emscripten-version = "6.0.3"
55
node-version = "24"
66
test-args = [
77
"-m", "test",

configure

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,8 +2410,6 @@ AS_CASE([$ac_sys_system],
24102410
AS_VAR_APPEND([LINKFORSHARED], [" -sSTACK_SIZE=5MB"])
24112411
dnl Avoid bugs in JS fallback string decoding path
24122412
AS_VAR_APPEND([LINKFORSHARED], [" -sTEXTDECODER=2"])
2413-
dnl workaround for emscripten#27241, can remove when we update to emscripten 6.0.3
2414-
AS_VAR_APPEND([LINKFORSHARED], [" -sGROWABLE_ARRAYBUFFERS=0"])
24152413
24162414
AS_VAR_IF([enable_wasm_dynamic_linking], [yes], [
24172415
AS_VAR_APPEND([LINKFORSHARED], [" -sMAIN_MODULE"])

0 commit comments

Comments
 (0)