diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 036df5fec2..d398927f8e 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "6.0.1", + "version": "7.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/v6.0.1/wasmtime-v6.0.1-x86_64-windows.zip", - "hash": "366b6a598165c3e20b99ba32f1aad1c6373f1f52104ce2e5decafc9e1cba73ec", - "extract_dir": "wasmtime-v6.0.1-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v7.0.0/wasmtime-v7.0.0-x86_64-windows.zip", + "hash": "bf796c35020df2df3a29475949e0330ea3fd47bbfd719d2959564c3e32a8c1a7", + "extract_dir": "wasmtime-v7.0.0-x86_64-windows" } }, "bin": "wasmtime.exe",