wasmtime: Update to version 6.0.0

This commit is contained in:
github-actions[bot] 2023-02-20 16:30:19 +00:00
parent ddee265d94
commit 6c3b434cbc

View File

@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "6.0.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/v5.0.0/wasmtime-v5.0.0-x86_64-windows.zip",
"hash": "0275aa5632e8714222e85b7b04e186c2c354df148c04d37fe41b13e15fbf4bed",
"extract_dir": "wasmtime-v5.0.0-x86_64-windows"
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v6.0.0/wasmtime-v6.0.0-x86_64-windows.zip",
"hash": "43ca5c47c396fbf1edbf6de06841be0be296b11d17e5753cb1266bd3c5653f28",
"extract_dir": "wasmtime-v6.0.0-x86_64-windows"
}
},
"bin": "wasmtime.exe",