emscripten: Update to version 3.1.7

This commit is contained in:
github-actions[bot] 2022-03-07 16:29:49 +00:00
parent 4aeeb4ef67
commit 4a1061c8f3

View File

@ -1,6 +1,6 @@
{ {
"##": ".bat won't be able to modify shell sessions of PowerShell, Fish, Bash etc. Therefore env_add_path is required.", "##": ".bat won't be able to modify shell sessions of PowerShell, Fish, Bash etc. Therefore env_add_path is required.",
"version": "3.1.6", "version": "3.1.7",
"description": "LLVM to WebAssembly compiler. Compiles C/C++ to WebAssembly that can be run on most web browsers.", "description": "LLVM to WebAssembly compiler. Compiles C/C++ to WebAssembly that can be run on most web browsers.",
"homepage": "https://emscripten.org/", "homepage": "https://emscripten.org/",
"license": "MIT|NCSA", "license": "MIT|NCSA",
@ -10,11 +10,11 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.6.zip", "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.7.zip",
"hash": "9be83720c4a4644c71e9c2474d1a8e44daabc7c2a021822a3800f1dca4d7b740" "hash": "e05e3bd86374f8aa0f21036949439fc7ff1b9e9d441c3b4052851a4d49068e8a"
} }
}, },
"extract_dir": "emsdk-3.1.6", "extract_dir": "emsdk-3.1.7",
"pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}",
"env_add_path": ".", "env_add_path": ".",
"shortcuts": [ "shortcuts": [