From 0cd2a01f6b1fc9df9cfa0507a72b7c17e1c4d566 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:39:50 +0000 Subject: [PATCH] emscripten: Update to version 4.0.10 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 975436076a..ce71d56bfe 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.9", + "version": "4.0.10", "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.9.zip", - "hash": "30263c749b98503118e090a0019db0a6180f680bb5d717ae3db40d3ed1614e0e" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.10.zip", + "hash": "ec058146a1aa7c166e04fc7af560adfed05a9bbaed42821ad67fb2acbe666fd0" } }, - "extract_dir": "emsdk-4.0.9", + "extract_dir": "emsdk-4.0.10", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [