emscripten: Update to version 3.1.54

This commit is contained in:
github-actions[bot] 2024-02-16 00:32:19 +00:00
parent ee5dbed40f
commit 9f94c1c6f7

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.",
"version": "3.1.53",
"version": "3.1.54",
"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.53.zip",
"hash": "d13a30ac84c34b01f562896f5bbcb9cdf3b80b0ee3852182993cad83c21315c5"
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.54.zip",
"hash": "b14c85579b7a2cf6bd10ac3d8040c1cb7124d6af2a4c88d3d79a7aedae4eacd3"
}
},
"extract_dir": "emsdk-3.1.53",
"extract_dir": "emsdk-3.1.54",
"pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}",
"env_add_path": ".",
"shortcuts": [