From 9ce1eddf03136049720160db5214a24b93738c40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:26:04 +0000 Subject: [PATCH] emscripten: Update to version 3.1.48 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 0da12fa5e0..66f1fa8bf9 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.47", + "version": "3.1.48", "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.47.zip", - "hash": "03888b9b22ad1cd28cdc6a3f97a76ded589835719a9697f6da02256fb2cda173" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.48.zip", + "hash": "099df6219d760d91e053ae64f99cccc10a58fbd8230eed97b827e833344ac7cc" } }, - "extract_dir": "emsdk-3.1.47", + "extract_dir": "emsdk-3.1.48", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [