2025-10-08 08:30:13 +00:00

31 lines
900 B
JSON

{
"version": "6.1.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/v6.1.0/wasmer-windows-amd64.tar.gz",
"hash": "e43b3eaa6d39ee2ddb6300795bda3066674c45d7c8c367568d7e877a0111bfa4"
}
},
"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"
}
}
}
}