2024-10-05 16:29:13 +00:00

31 lines
900 B
JSON

{
"version": "4.4.0",
"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/v4.4.0/wasmer-windows-amd64.tar.gz",
"hash": "15565759624f6847135ea8f1d2ca94bc3c8971a32443df39ad0e5b04afc659b9"
}
},
"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"
}
}
}
}