From 5be2637403667fa733f59f53d8b9001d2d6f4d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chawye=20Hsu=E2=80=AE?= Date: Sat, 30 May 2020 23:35:17 +0800 Subject: [PATCH] wasmtime: Add version 0.16.0 (#1128) --- bucket/wasmtime.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/wasmtime.json diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json new file mode 100644 index 0000000000..937cd86656 --- /dev/null +++ b/bucket/wasmtime.json @@ -0,0 +1,25 @@ +{ + "version": "0.16.0", + "description": "Standalone JIT-style runtime for WebAssembly, using Cranelift", + "homepage": "https://wasmtime.dev", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.16.0/wasmtime-v0.16.0-x86_64-windows.zip", + "hash": "1b98ca1e3da044c207ad4f5c7ebf8baa63552f3067d6eed1473652d6d3a90035", + "extract_dir": "wasmtime-v0.16.0-x86_64-windows" + } + }, + "bin": "wasmtime.exe", + "checkver": { + "github": "https://github.com/bytecodealliance/wasmtime" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v$version/wasmtime-v$version-x86_64-windows.zip", + "extract_dir": "wasmtime-v$version-x86_64-windows" + } + } + } +}