From 7f31c0a242d1cc7e49f2e62774de881463c1f6e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:30:56 +0000 Subject: [PATCH] emscripten: Update to version 4.0.21 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index f67921a5e3..c79b8f0e4d 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.20", + "version": "4.0.21", "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.20.zip", - "hash": "9153c801da503d266541bf018d68924bda4e405da45aeea608ed30959ed75a17" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.21.zip", + "hash": "4b8e9884a7b24b9b875fa7d926c885c1afb8acec751f6c916f14b5012332783d" } }, - "extract_dir": "emsdk-4.0.20", + "extract_dir": "emsdk-4.0.21", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [