2021-12-21 16:33:13 +00:00

34 lines
952 B
JSON

{
"version": "2.1.1",
"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.1/wasmer-windows.exe",
"hash": "f48184afbe750d6d45cde754d8ea20a3c2771270debcb76e623aa714b032b543"
}
},
"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"
}
}
}
}