{ "version": "2.2.0", "description": "The leading WebAssembly Runtime supporting WASI and Emscripten", "homepage": "https://wasmer.io/", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/wasmerio/wasmer/releases/download/2.2.0/wasmer-windows.exe", "hash": "bae35f3cf5ccd392dbd7fc01fa5551da8c6d37436db6dbfcda79606a00caaef2" } }, "env_set": { "WASMER_DIR": "$dir", "WASMER_CACHE_DIR": "$dir\\cache" }, "bin": [ "bin\\wax.cmd", "bin\\wapm.exe", "bin\\wasmer.exe" ], "innosetup": true, "checkver": { "github": "https://github.com/wasmerio/wasmer", "regex": "tag/([\\w.-]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows.exe" } } } }