emscripten: Update to version 5.0.2

This commit is contained in:
github-actions[bot] 2026-02-26 00:50:21 +00:00
parent 2bda2ee353
commit efa5d99a97

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