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