From 3824a8964f1b4d2bf13122e7ad06692aab20e056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:27:21 +0000 Subject: [PATCH] emscripten: Update to version 3.1.32 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 97e6218a5e..dd1f20fb40 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.31", + "version": "3.1.32", "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.31.zip", - "hash": "35d553575971f869210a50eda7f30e70b228f778f33dd590f107c81f4714a848" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.32.zip", + "hash": "2583468cc5c879db5b80ac90e14e9cfd708e014321ab8ca833149775f8f31d30" } }, - "extract_dir": "emsdk-3.1.31", + "extract_dir": "emsdk-3.1.32", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [