From 38e4a5a319fa4c711949c6979812b7c61edf6988 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:30:21 +0000 Subject: [PATCH] emscripten: Update to version 3.1.24 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index d78efc60bc..66c87a991c 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.23", + "version": "3.1.24", "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.23.zip", - "hash": "20ddc31cbaf7924b3e51f25a3a193bf96d1a5bdc7b50f0230acf8a18f57843c2" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.24.zip", + "hash": "2612270c43b90d665c16f5ba72adfbbe540ef5689d495af319ca5bb1134a5b65" } }, - "extract_dir": "emsdk-3.1.23", + "extract_dir": "emsdk-3.1.24", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [