2024-07-09 00:33:46 +00:00

33 lines
940 B
JSON

{
"version": "v4.3.4",
"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/v4.3.4/wasmer-windows.exe",
"hash": "f09593cf6881de9de88049006f296e6cb82084a739e61f3e37ce1f6dab1e0666"
}
},
"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"
}
}
}
}