From 31276db0ea40ae8cfe0ded5657cf2c49a4d0f68f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 20:26:22 +0000 Subject: [PATCH] wasmtime: Update to version 37.0.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 4b00003f46..8061c7fb4d 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "36.0.2", + "version": "37.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/v36.0.2/wasmtime-v36.0.2-x86_64-windows.zip", - "hash": "fb1fa999ff728d5a8e4b4057308561c51af7f59afdeac2d649dda7d4ad7e77ad", - "extract_dir": "wasmtime-v36.0.2-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v37.0.0/wasmtime-v37.0.0-x86_64-windows.zip", + "hash": "4c38b612f03717a4ab7dd822bf7d66ba3cae65e756d5d9d437744f1439fcbdbe", + "extract_dir": "wasmtime-v37.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",