From 0ae262f80346519c6a1d4279c528063a0d201690 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 08:28:28 +0000 Subject: [PATCH] emscripten: Update to version 3.1.8 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 8aba2a52d1..2129f6fe13 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.7", + "version": "3.1.8", "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.7.zip", - "hash": "e05e3bd86374f8aa0f21036949439fc7ff1b9e9d441c3b4052851a4d49068e8a" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.8.zip", + "hash": "7795202a50ab09958d8943f79110de4386ff0f38bf4c97ec1a896885f28fe1cf" } }, - "extract_dir": "emsdk-3.1.7", + "extract_dir": "emsdk-3.1.8", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [