wasmtime: Update to version 17.0.0

This commit is contained in:
github-actions[bot] 2024-01-26 00:32:28 +00:00
parent a1e7675bd8
commit b256262fa7

View File

@ -1,13 +1,13 @@
{ {
"version": "16.0.0", "version": "17.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/v16.0.0/wasmtime-v16.0.0-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-windows.zip",
"hash": "c6a4a247fbe50ba306dcaf91327e3f4eceac007554739648cf09542f87c12efb", "hash": "bc0b837e258e2e7283da90edb9ffeaa7c3716d5b33c9a8c53d9baa957a687c8c",
"extract_dir": "wasmtime-v16.0.0-x86_64-windows" "extract_dir": "wasmtime-v17.0.0-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",