From 0158fe193ef30c0e42b728117fea5ea9dd6345a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:30:33 +0000 Subject: [PATCH] wasmtime: Update to version 31.0.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 5f08f4e221..6076f5f5ec 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "30.0.2", + "version": "31.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/v30.0.2/wasmtime-v30.0.2-x86_64-windows.zip", - "hash": "bd32eba62ba4f2978bd0aecc95d3742b8b7101b806cf7de8c4b62c1fbd7a8017", - "extract_dir": "wasmtime-v30.0.2-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v31.0.0/wasmtime-v31.0.0-x86_64-windows.zip", + "hash": "cfc5a7b1fde73d808791dd266e9f36731dd68583bec5b2380c7cd9bc515b2470", + "extract_dir": "wasmtime-v31.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",