mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
33 lines
940 B
JSON
33 lines
940 B
JSON
{
|
|
"version": "v3.0.2",
|
|
"description": "The leading WebAssembly Runtime supporting WASI and Emscripten",
|
|
"homepage": "https://wasmer.io/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"wapm": "wapm-cli"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wasmerio/wasmer/releases/download/v3.0.2/wasmer-windows.exe",
|
|
"hash": "0e74e8930e02bbf9fcbc213c9f59f331ab3da92880a557c2b2cb15da4be1ac4b"
|
|
}
|
|
},
|
|
"env_set": {
|
|
"WASMER_DIR": "$dir",
|
|
"WASMER_CACHE_DIR": "$dir\\cache"
|
|
},
|
|
"bin": "bin\\wasmer.exe",
|
|
"innosetup": true,
|
|
"checkver": {
|
|
"github": "https://github.com/wasmerio/wasmer",
|
|
"regex": "tag/([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|