From 7e1deebd13ca7e5c9d89d9c1e4e3d68df4bcbb49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 04:36:59 +0000 Subject: [PATCH] wasmtime: Update to version 41.0.1 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 7f233c79f8..18cc6e63ac 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "40.0.3", + "version": "41.0.1", "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/v40.0.3/wasmtime-v40.0.3-x86_64-windows.zip", - "hash": "033c4db46ed68b539275a41fba18228e38df4aa78ca43af8d494c27252b68a63", - "extract_dir": "wasmtime-v40.0.3-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v41.0.1/wasmtime-v41.0.1-x86_64-windows.zip", + "hash": "b15aab059caefca3afe69dcaac9abd21bba90d73e2939cd9c074050ce0539f1a", + "extract_dir": "wasmtime-v41.0.1-x86_64-windows" } }, "bin": "wasmtime.exe",