emscripten: Update to version 3.1.71

This commit is contained in:
github-actions[bot] 2024-11-05 00:35:16 +00:00
parent f3aa445cb1
commit 820ae354ee

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.70", "version": "3.1.71",
"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.70.zip", "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.71.zip",
"hash": "1f761a53aebf458464d335048553e05c54e94791e472021dfbe73ed5b6fb0736" "hash": "5905804f8389fcab65fc3dfa5406b92d2543e60cb86edf33063856c7a1b427f9"
} }
}, },
"extract_dir": "emsdk-3.1.70", "extract_dir": "emsdk-3.1.71",
"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": [