{ "version": "13.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/v13.0.0/wasmtime-v13.0.0-x86_64-windows.zip", "hash": "ad1dea7c069eeda2432d4344221b05c46d146aaa7f5b16cbd468932e9fdaac76", "extract_dir": "wasmtime-v13.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" } } } }