diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index a039061bc3..93c6f77b85 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "28.0.1", + "version": "29.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/v28.0.1/wasmtime-v28.0.1-x86_64-windows.zip", - "hash": "b6564429cb6a0e930465204da11ae66e717508358e737d491eaa095b4a85792e", - "extract_dir": "wasmtime-v28.0.1-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v29.0.0/wasmtime-v29.0.0-x86_64-windows.zip", + "hash": "8114c08d134e9ec845152da99c382692c7f568ae0effcef550976bdaacfb4e8e", + "extract_dir": "wasmtime-v29.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",