wasmtime: Update to version 0.30.0

This commit is contained in:
Jakub Čábera 2021-09-17 23:53:34 -07:00
parent 2b30925b91
commit 1f17f11d87

View File

@ -1,13 +1,13 @@
{ {
"version": "0.29.0", "version": "0.30.0",
"description": "Standalone JIT-style runtime for WebAssembly, using Cranelift", "description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
"homepage": "https://wasmtime.dev", "homepage": "https://wasmtime.dev",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.29.0/wasmtime-v0.29.0-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.30.0/wasmtime-v0.30.0-x86_64-windows.zip",
"hash": "f75e621a66eb6099af091a40cfabdb8595acfcbf35ea3204707ac52fc7dec61d", "hash": "85268ada8df5a10655fe3539c3d8ef120b6d06c2c00f166241381ce4c51e6a69",
"extract_dir": "wasmtime-v0.29.0-x86_64-windows" "extract_dir": "wasmtime-v0.30.0-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",