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
This commit is contained in:
HUMORCE 2022-08-01 05:37:41 +00:00 committed by GitHub
parent 727f6c86ec
commit 2719d8ca19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 4 deletions

29
bucket/wapm-cli.json Normal file
View File

@ -0,0 +1,29 @@
{
"version": "0.5.4",
"description": "WebAssembly package manager.",
"homepage": "https://wapm.io/",
"license": "MIT",
"suggest": {
"wasmer": "wasmer"
},
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wapm-cli/releases/download/v0.5.4/wapm-cli-windows-amd64.tar.gz",
"hash": "8f198c2c31b435152eda047035c2e49d4f9cf8d2d95714d37521590392b0ecda"
}
},
"bin": [
"bin\\wapm.exe",
"bin\\wax.cmd"
],
"checkver": {
"github": "https://github.com/wasmerio/wapm-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wapm-cli/releases/download/v$version/wapm-cli-windows-amd64.tar.gz"
}
}
}
}

View File

@ -3,6 +3,9 @@
"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",
@ -13,10 +16,7 @@
"WASMER_DIR": "$dir",
"WASMER_CACHE_DIR": "$dir\\cache"
},
"bin": [
"bin\\wax.cmd",
"bin\\wasmer.exe"
],
"bin": "bin\\wasmer.exe",
"innosetup": true,
"checkver": {
"github": "https://github.com/wasmerio/wasmer",