From 50d6723f4826d80aaf206568fa18bb4877f91b4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:26:47 +0000 Subject: [PATCH] wasmtime: Update to version 14.0.2 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 9f9dedf7b2..e922c761c4 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "14.0.1", + "version": "14.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/v14.0.1/wasmtime-v14.0.1-x86_64-windows.zip", - "hash": "81f80f914d67d30a403d0593e9ad65c661e47cca65d7013ad07fd977b7409956", - "extract_dir": "wasmtime-v14.0.1-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.2/wasmtime-v14.0.2-x86_64-windows.zip", + "hash": "8edf2a37fcb4504a59bccf63fd9e4110d28a5ebb6cf9363267bd584094e81aab", + "extract_dir": "wasmtime-v14.0.2-x86_64-windows" } }, "bin": "wasmtime.exe",