From b17435007b8a075cf513370d74ad65cde1d0f916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:31:40 +0000 Subject: [PATCH] emscripten: Update to version 3.1.14 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 13c4e01684..4a5f46ffbe 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.13", + "version": "3.1.14", "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.13.zip", - "hash": "a84b34c087ce757f30daa4e1a5fc720caebb0429db02b563f2326aed080285df" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.14.zip", + "hash": "bfc1c8838b529b9402f49de2048b4f697eb72d6e1981e2a0261757c34b710f42" } }, - "extract_dir": "emsdk-3.1.13", + "extract_dir": "emsdk-3.1.14", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [