2021-06-16 23:18:09 -07:00

34 lines
952 B
JSON

{
"version": "2.0.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.0.0/wasmer-windows.exe",
"hash": "3f948c883f1047b9e7fdf9d25554acf7ed38589506f5c99e8075b9eaf0a04a18"
}
},
"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"
}
}
}
}