From affc8dbb46028274f0a879cfdfd35842630e251f Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 20 Jan 2021 08:05:27 -0800 Subject: [PATCH] wasmer: Add version 1.0.1 (#1759) --- bucket/wasmer.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/wasmer.json diff --git a/bucket/wasmer.json b/bucket/wasmer.json new file mode 100644 index 0000000000..c9b82553e5 --- /dev/null +++ b/bucket/wasmer.json @@ -0,0 +1,33 @@ +{ + "version": "1.0.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/1.0.1/wasmer-windows.exe", + "hash": "de357138de1f1e02f41d390db2dd9076b52770effdfb16ece84cbc95b29cfaf2" + } + }, + "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" + } + } + } +}