From 086b1635137c544be70c5c4af37056cf9be28fa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:30:12 +0000 Subject: [PATCH] wasmtime: Update to version 26.0.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index d7abb8a3f2..5900986ec8 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "25.0.2", + "version": "26.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/v25.0.2/wasmtime-v25.0.2-x86_64-windows.zip", - "hash": "95ea65249c5af3a9b7b44678656584d24d310919b6fc4cde1babb4ab7a1997a3", - "extract_dir": "wasmtime-v25.0.2-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v26.0.0/wasmtime-v26.0.0-x86_64-windows.zip", + "hash": "7774ba583bf3a6016a202bcfce3fe12f2bf27095493e8e1988bc9f4debb1f619", + "extract_dir": "wasmtime-v26.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",