{ "version": "28.0.0", "description": "Standalone JIT-style runtime for WebAssembly, using Cranelift", "homepage": "https://wasmtime.dev", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v28.0.0/wasmtime-v28.0.0-x86_64-windows.zip", "hash": "419c6ed54a7926a2594b64adfdd09042b00376691f8225b7187af5683146a878", "extract_dir": "wasmtime-v28.0.0-x86_64-windows" } }, "bin": "wasmtime.exe", "checkver": { "github": "https://github.com/bytecodealliance/wasmtime" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v$version/wasmtime-v$version-x86_64-windows.zip", "extract_dir": "wasmtime-v$version-x86_64-windows" } } } }