2026-02-03 00:54:16 +00:00

31 lines
900 B
JSON

{
"version": "7.0.1",
"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/v7.0.1/wasmer-windows-amd64.tar.gz",
"hash": "7d76d4ce7e3ed40366bbd2b76c9039b78843a905df34c89fa5d6ffb227d78c77"
}
},
"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"
}
}
}
}