From 9f94c1c6f78c1a682b712cf71ec1dbd6135d0b76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:32:19 +0000 Subject: [PATCH] emscripten: Update to version 3.1.54 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index b1bceda246..19434c5f32 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.53", + "version": "3.1.54", "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.53.zip", - "hash": "d13a30ac84c34b01f562896f5bbcb9cdf3b80b0ee3852182993cad83c21315c5" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.54.zip", + "hash": "b14c85579b7a2cf6bd10ac3d8040c1cb7124d6af2a4c88d3d79a7aedae4eacd3" } }, - "extract_dir": "emsdk-3.1.53", + "extract_dir": "emsdk-3.1.54", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [