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",