From 3f1308c98553c2b1453dff7d2db108c9a59015f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:29:44 +0000 Subject: [PATCH] emscripten: Update to version 4.0.19 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 931580abdc..4e9f46bbaa 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.18", + "version": "4.0.19", "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.18.zip", - "hash": "6b0d3b57a1aef270ca18646ec1c5b61e60c575a9cd12d665a4cf377926a7f5f5" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.19.zip", + "hash": "2e1084b433edbda24e067305b9ba14bd0cd606330e0c31166e69b7d8917aa030" } }, - "extract_dir": "emsdk-4.0.18", + "extract_dir": "emsdk-4.0.19", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [