From 85ae64a97f5738e5fc6275eea5e2f8329c561741 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 24 Aug 2026 14:07:54 -0700 Subject: [PATCH] gh-145177: Upgrade to Emscripten 6.0.8 --- Platforms/emscripten/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/emscripten/config.toml b/Platforms/emscripten/config.toml index 285e17a997b1e75..e1ffd6cd04d60b7 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.6" +emscripten-version = "6.0.8" node-version = "24" test-args = [ "-m", "test",