From aa526c3ca77310138a2dd4fe4f25c72e12ccaa84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:30:00 +0000 Subject: [PATCH] wasmtime: Update to version 33.0.2 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 6b494156c9..a2cd00c4c1 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "34.0.1", + "version": "33.0.2", "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/v34.0.1/wasmtime-v34.0.1-x86_64-windows.zip", - "hash": "5ac620948dce08d61f66dc49196706244ae53486988fb06a09a43060f2bdec90", - "extract_dir": "wasmtime-v34.0.1-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v33.0.2/wasmtime-v33.0.2-x86_64-windows.zip", + "hash": "ab1c59bbfb9ca5a5144ee5d16baff42d8cc5f68ca60665ffbba393eb0fcf705c", + "extract_dir": "wasmtime-v33.0.2-x86_64-windows" } }, "bin": "wasmtime.exe",