{ "version": "112", "description": "Compiler infrastructure and toolchain library for WebAssembly", "homepage": "https://github.com/WebAssembly/binaryen", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/WebAssembly/binaryen/releases/download/version_112/binaryen-version_112-x86_64-windows.tar.gz", "hash": "a7d869975426acb5f1a308c587b0d7da38aeb9f5c3a28488f14870c2614fa93d" } }, "extract_dir": "binaryen-version_112", "bin": [ "bin\\wasm2js.exe", "bin\\wasm-as.exe", "bin\\wasm-ctor-eval.exe", "bin\\wasm-dis.exe", "bin\\wasm-emscripten-finalize.exe", "bin\\wasm-metadce.exe", "bin\\wasm-opt.exe", "bin\\wasm-reduce.exe", "bin\\wasm-shell.exe", "bin\\wasm-split.exe" ], "checkver": { "github": "https://github.com/WebAssembly/binaryen", "regex": "tag/version_(\\d+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/WebAssembly/binaryen/releases/download/version_$version/binaryen-version_$version-x86_64-windows.tar.gz", "hash": { "url": "$url.sha256" } } }, "extract_dir": "binaryen-version_$version" } }