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",
"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",