diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 125aff784b..82414c29b9 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "27.0.0", + "version": "28.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/v27.0.0/wasmtime-v27.0.0-x86_64-windows.zip", - "hash": "fc75d3cae018ab433387d72487b2d111c4614c0442ab7941b67ad49ce3631b60", - "extract_dir": "wasmtime-v27.0.0-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v28.0.0/wasmtime-v28.0.0-x86_64-windows.zip", + "hash": "419c6ed54a7926a2594b64adfdd09042b00376691f8225b7187af5683146a878", + "extract_dir": "wasmtime-v28.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",