mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
31 lines
900 B
JSON
31 lines
900 B
JSON
{
|
|
"version": "5.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/v5.0.2/wasmer-windows-amd64.tar.gz",
|
|
"hash": "f8df71a7ddb29d86065b94c5e991a7165ffdfebc1a98cfd7cc806a1a9e7e9091"
|
|
}
|
|
},
|
|
"env_set": {
|
|
"WASMER_DIR": "$dir",
|
|
"WASMER_CACHE_DIR": "$dir\\cache"
|
|
},
|
|
"bin": "bin\\wasmer.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/wasmerio/wasmer"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wasmerio/wasmer/releases/download/v$version/wasmer-windows-amd64.tar.gz"
|
|
}
|
|
}
|
|
}
|
|
}
|