From: Hood Chatham Date: Sun, 26 Jul 2026 22:37:20 +0000 (+0200) Subject: gh-145177: Upgrade to Emscripten 6.0.4 (#154743) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=993a0c65a7b1836aa2087dff197b2fffa62d5b4f;p=thirdparty%2FPython%2Fcpython.git gh-145177: Upgrade to Emscripten 6.0.4 (#154743) Bumps Emscripten version for builds to 6.0.4. --- diff --git a/Platforms/emscripten/config.toml b/Platforms/emscripten/config.toml index 5e4f80b28a41..a6232c3bf594 100644 --- a/Platforms/emscripten/config.toml +++ b/Platforms/emscripten/config.toml @@ -1,7 +1,7 @@ # Any data that can vary between Python versions is to be kept in this file. # This allows for blanket copying of the Emscripten build code between supported # Python versions. -emscripten-version = "6.0.3" +emscripten-version = "6.0.4" node-version = "24" test-args = [ "-m", "test",