From 98c4bd79c6cc0236c66344b70227d39a57264561 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:30:42 +0000 Subject: [PATCH] emscripten: Update to version 4.0.20 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 4e9f46bbaa..f67921a5e3 100644 --- a/bucket/emscripten.json +++ b/bucket/emscripten.json @@ -1,6 +1,6 @@ { "##": ".bat won't be able to modify shell sessions of PowerShell, Fish, Bash etc. Therefore env_add_path is required.", - "version": "4.0.19", + "version": "4.0.20", "description": "LLVM to WebAssembly compiler. Compiles C/C++ to WebAssembly that can be run on most web browsers.", "homepage": "https://emscripten.org/", "license": "MIT|NCSA", @@ -10,11 +10,11 @@ ], "architecture": { "64bit": { - "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.19.zip", - "hash": "2e1084b433edbda24e067305b9ba14bd0cd606330e0c31166e69b7d8917aa030" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.20.zip", + "hash": "9153c801da503d266541bf018d68924bda4e405da45aeea608ed30959ed75a17" } }, - "extract_dir": "emsdk-4.0.19", + "extract_dir": "emsdk-4.0.20", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [