2022-12-13 00:33:12 +00:00

33 lines
940 B
JSON

{
"version": "v3.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/v3.1.0/wasmer-windows.exe",
"hash": "a756663b732bef5665cdb0197233eb3ec937bc77aef6b4413c8e99094abb5074"
}
},
"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"
}
}
}
}