From 81affcb6ecccf80ed7a485a2ab5c9e710f53b7ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:29:41 +0000 Subject: [PATCH] wasmtime: Update to version 36.0.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 4babf6393f..e06aa8bf37 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "35.0.0", + "version": "36.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/v35.0.0/wasmtime-v35.0.0-x86_64-windows.zip", - "hash": "cb4d9b788e81268edfb43d26c37dc4115060635ff4eceed16f4f9e6f331179b1", - "extract_dir": "wasmtime-v35.0.0-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v36.0.0/wasmtime-v36.0.0-x86_64-windows.zip", + "hash": "63bf452d018d7e3f7e2fe6f33ba71afa4eb56ecb930a05528aa3c5c793e44b87", + "extract_dir": "wasmtime-v36.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",