From e92f2c6e47a998d10a8368cf53637f3ec7dd6e83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:27:47 +0000 Subject: [PATCH] wasmtime: Update to version 0.36.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index d98b55c488..df04591947 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "0.35.3", + "version": "0.36.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.35.3/wasmtime-v0.35.3-x86_64-windows.zip", - "hash": "454810c33e8116a23624f09492defe8e11fad24abbee4181f225eb8cd6bbd3a3", - "extract_dir": "wasmtime-v0.35.3-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.36.0/wasmtime-v0.36.0-x86_64-windows.zip", + "hash": "516c418ea4a69e31d8d107e72d6c2081ccef45c05fc3d541b75f148796458b54", + "extract_dir": "wasmtime-v0.36.0-x86_64-windows" } }, "bin": "wasmtime.exe",