From 820ae354ee8b67a8a2102996ddf49278cbca0e31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:35:16 +0000 Subject: [PATCH] emscripten: Update to version 3.1.71 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 9a2361864c..c0a9277ca5 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": "3.1.70", + "version": "3.1.71", "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/3.1.70.zip", - "hash": "1f761a53aebf458464d335048553e05c54e94791e472021dfbe73ed5b6fb0736" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.71.zip", + "hash": "5905804f8389fcab65fc3dfa5406b92d2543e60cb86edf33063856c7a1b427f9" } }, - "extract_dir": "emsdk-3.1.70", + "extract_dir": "emsdk-3.1.71", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [