2021-12-03 18:02:02 +00:00

34 lines
952 B
JSON

{
"version": "2.1.0",
"description": "The leading WebAssembly Runtime supporting WASI and Emscripten",
"homepage": "https://wasmer.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wasmer/releases/download/2.1.0/wasmer-windows.exe",
"hash": "1ca45d8050d5028ce577956b2d490fe75b2251162b432dc0d4f032816fb5eff4"
}
},
"env_set": {
"WASMER_DIR": "$dir",
"WASMER_CACHE_DIR": "$dir\\cache"
},
"bin": [
"bin\\wax.cmd",
"bin\\wapm.exe",
"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"
}
}
}
}