{ "version": "6.0.0", "description": "The leading WebAssembly Runtime supporting WASI and Emscripten", "homepage": "https://wasmer.io/", "license": "MIT", "suggest": { "wapm": "wapm-cli" }, "architecture": { "64bit": { "url": "https://github.com/wasmerio/wasmer/releases/download/v6.0.0/wasmer-windows-amd64.tar.gz", "hash": "30c8f2d3ae6410e23019077abf642cfb20083920665be2cdf9a348343cff0488" } }, "env_set": { "WASMER_DIR": "$dir", "WASMER_CACHE_DIR": "$dir\\cache" }, "bin": "bin\\wasmer.exe", "checkver": { "github": "https://github.com/wasmerio/wasmer" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/wasmerio/wasmer/releases/download/v$version/wasmer-windows-amd64.tar.gz" } } } }