wasmtime: Update to version 28.0.0

This commit is contained in:
github-actions[bot] 2024-12-20 16:30:01 +00:00
parent 67934e615e
commit 8a6c0ff697

View File

@ -1,13 +1,13 @@
{ {
"version": "27.0.0", "version": "28.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/v27.0.0/wasmtime-v27.0.0-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v28.0.0/wasmtime-v28.0.0-x86_64-windows.zip",
"hash": "fc75d3cae018ab433387d72487b2d111c4614c0442ab7941b67ad49ce3631b60", "hash": "419c6ed54a7926a2594b64adfdd09042b00376691f8225b7187af5683146a878",
"extract_dir": "wasmtime-v27.0.0-x86_64-windows" "extract_dir": "wasmtime-v28.0.0-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",