From 20af3823c86de6bbb20523284f2b41cc0a0d4995 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 00:34:04 +0000 Subject: [PATCH] wasmtime: Update to version 9.0.2 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index f4a0f4c610..c3ec8cdf68 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "9.0.1", + "version": "9.0.2", "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.1/wasmtime-v9.0.1-x86_64-windows.zip", - "hash": "dbe62d44ef93e633201aa20043965c5546697fdaa80b81af8f6b0414a5f58b2f", - "extract_dir": "wasmtime-v9.0.1-x86_64-windows" + "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" } }, "bin": "wasmtime.exe",