wasmtime: Update to version 9.0.0

This commit is contained in:
github-actions[bot] 2023-05-22 16:28:59 +00:00
parent 92f548d501
commit 31f72cdfc1

View File

@ -1,13 +1,13 @@
{ {
"version": "8.0.1", "version": "9.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/v8.0.1/wasmtime-v8.0.1-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.0/wasmtime-v9.0.0-x86_64-windows.zip",
"hash": "602bfe3fd715e5673b869f6f48ddc8d16df906701690562a3c29d5a02c894c6b", "hash": "19ee22cb45c43bd81a1f7752c4bdb7498f830cfad2a69b39a7e0bacbb23aa22c",
"extract_dir": "wasmtime-v8.0.1-x86_64-windows" "extract_dir": "wasmtime-v9.0.0-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",