From cefad906d5349781e62e3fb2fedd2b09f37bc266 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:30:06 +0000 Subject: [PATCH] wasmtime: Update to version 34.0.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index fbc9625fb5..6fa099171f 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "33.0.0", + "version": "34.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/v33.0.0/wasmtime-v33.0.0-x86_64-windows.zip", - "hash": "2833fc01a3f9165162e0699dc37eaee67415d644b20a244983365d7db97b8e02", - "extract_dir": "wasmtime-v33.0.0-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v34.0.0/wasmtime-v34.0.0-x86_64-windows.zip", + "hash": "d743689f4dd5d3832a800fa3b1aa0234fb2b06c6123a0aa788b09870d2f4ca77", + "extract_dir": "wasmtime-v34.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",