wasmtime: Update to version 4.0.0

This commit is contained in:
github-actions[bot] 2022-12-21 20:25:34 +00:00
parent 148f989666
commit 8f18afa555

View File

@ -1,13 +1,13 @@
{ {
"version": "3.0.1", "version": "4.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/v3.0.1/wasmtime-v3.0.1-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v4.0.0/wasmtime-v4.0.0-x86_64-windows.zip",
"hash": "2746bbeeb1489fd547b681a63e64f7a04d9704c35de465059e9f6e412aa62ead", "hash": "b0c88cde29b05f3329445046b9fda9e503886e36d2580ee261bda173b4506d95",
"extract_dir": "wasmtime-v3.0.1-x86_64-windows" "extract_dir": "wasmtime-v4.0.0-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",