From c1a657492bee5253b4b6fca526c13fd43cd60ac5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 00:37:30 +0000 Subject: [PATCH] wasmtime: Update to version 9.0.3 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index c3ec8cdf68..90fd3fd67c 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "9.0.2", + "version": "9.0.3", "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/v9.0.2/wasmtime-v9.0.2-x86_64-windows.zip", - "hash": "621a97ec51d06c814f89688dab4315d1425685c609102d4b8d7dd80e5dc5231e", - "extract_dir": "wasmtime-v9.0.2-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.3/wasmtime-v9.0.3-x86_64-windows.zip", + "hash": "ac2c610f83d994b09a85f3467ce2252da69c9db37a638d1b4c372a1f3d9be160", + "extract_dir": "wasmtime-v9.0.3-x86_64-windows" } }, "bin": "wasmtime.exe",