From 78db41712bce5b4ad023c2b1ed26b6d13c7c8589 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:30:15 +0000 Subject: [PATCH] emscripten: Update to version 4.0.11 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index ce71d56bfe..8043e8f576 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.10", + "version": "4.0.11", "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.10.zip", - "hash": "ec058146a1aa7c166e04fc7af560adfed05a9bbaed42821ad67fb2acbe666fd0" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.11.zip", + "hash": "1e0e53bb21fd9308079991eb222efa6216ca8fdb53f742f9c98b6156c13e5ac4" } }, - "extract_dir": "emsdk-4.0.10", + "extract_dir": "emsdk-4.0.11", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [