HUMORCE 2719d8ca19
wapm-cli: Add version 0.5.4 (#3787)
* wapm-cli: Add version 0.5.4

* wasmer@2.3.0: Suggest `main/wapm-cli`

* wasmer: upd
2022-08-01 11:07:41 +05:30

33 lines
938 B
JSON

{
"version": "2.3.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/2.3.0/wasmer-windows.exe",
"hash": "b414def96b2e5718f6d87702819d6b74cbc4e53fa7cc2950eb87ec92e60710ec"
}
},
"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"
}
}
}
}