wasmtime: Update to version 5.0.0

This commit is contained in:
github-actions[bot] 2023-01-21 08:29:23 +00:00
parent bb6381039e
commit 96b9c22457

View File

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