From 6c3b434cbc2c3e288e9a18c10e5c9862381add48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:30:19 +0000 Subject: [PATCH] wasmtime: Update to version 6.0.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 7e14202f92..dd4a8d104a 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "5.0.0", + "version": "6.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/v5.0.0/wasmtime-v5.0.0-x86_64-windows.zip", - "hash": "0275aa5632e8714222e85b7b04e186c2c354df148c04d37fe41b13e15fbf4bed", - "extract_dir": "wasmtime-v5.0.0-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v6.0.0/wasmtime-v6.0.0-x86_64-windows.zip", + "hash": "43ca5c47c396fbf1edbf6de06841be0be296b11d17e5753cb1266bd3c5653f28", + "extract_dir": "wasmtime-v6.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",