From c1c51714f0de9804dd35ba31bc941a42d90cac7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 20:24:20 +0000 Subject: [PATCH] wasmtime: Update to version 11.0.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index be1d0033e6..8de7931518 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "10.0.1", + "version": "11.0.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/v10.0.1/wasmtime-v10.0.1-x86_64-windows.zip", - "hash": "05452d493a620c1cef3612c007c6050be77598265d72ea50081294712808c949", - "extract_dir": "wasmtime-v10.0.1-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v11.0.0/wasmtime-v11.0.0-x86_64-windows.zip", + "hash": "e7d17a0613fbbe0194e2340899d347fff2ceacc466decfbb7cfba0a4715df950", + "extract_dir": "wasmtime-v11.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",