From 1f17f11d8744261e8fa9f36ca305f351e168a127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 17 Sep 2021 23:53:34 -0700 Subject: [PATCH] wasmtime: Update to version 0.30.0 --- bucket/wasmtime.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/wasmtime.json b/bucket/wasmtime.json index 86270c0e49..32d1653345 100644 --- a/bucket/wasmtime.json +++ b/bucket/wasmtime.json @@ -1,13 +1,13 @@ { - "version": "0.29.0", + "version": "0.30.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/v0.29.0/wasmtime-v0.29.0-x86_64-windows.zip", - "hash": "f75e621a66eb6099af091a40cfabdb8595acfcbf35ea3204707ac52fc7dec61d", - "extract_dir": "wasmtime-v0.29.0-x86_64-windows" + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.30.0/wasmtime-v0.30.0-x86_64-windows.zip", + "hash": "85268ada8df5a10655fe3539c3d8ef120b6d06c2c00f166241381ce4c51e6a69", + "extract_dir": "wasmtime-v0.30.0-x86_64-windows" } }, "bin": "wasmtime.exe",