{ "version": "v3.3.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/v3.3.0/wasmer-windows.exe", "hash": "e134183d751e43d9bea03c2b228988b0656587da9c0470fccd5f64e2f14d5c1e" } }, "env_set": { "WASMER_DIR": "$dir", "WASMER_CACHE_DIR": "$dir\\cache" }, "bin": "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" } } } }