From 2b87b4a4f79976e0c2618c9e361b2a2070294c57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 00:34:06 +0000 Subject: [PATCH] emscripten: Update to version 3.1.17 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index a4ced7a6f6..c6cebb9ef5 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.16", + "version": "3.1.17", "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.16.zip", - "hash": "26ec8768a7ba21ef8c9c982320c18a6108942dad61c649830f9249f2f0fa49ab" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.17.zip", + "hash": "1c27a29ce43db449658e0277a1a57a7e0f327a336aa844ff5d77c5fd6962abdd" } }, - "extract_dir": "emsdk-3.1.16", + "extract_dir": "emsdk-3.1.17", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [