{ "version": "0.34.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/v0.34.0/wasmtime-v0.34.0-x86_64-windows.zip", "hash": "0f13ff074fa2d6be0ecf4961260c3d1c707e7a9a2df9b5b9fd54745cb5637a3b", "extract_dir": "wasmtime-v0.34.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" } } } }