{
    "version": "1.0.40",
    "description": "'wabbit' is a suite of tools for WebAssembly",
    "homepage": "https://github.com/WebAssembly/wabt",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/WebAssembly/wabt/releases/download/1.0.40/wabt-1.0.40-windows-x64.tar.gz",
            "hash": "2dac5a5705996b54f27754f2eb5dfbbc7fc7fd63c3b103a9a9eb1133c842daa5"
        }
    },
    "extract_dir": "wabt-1.0.40\\bin",
    "bin": [
        "spectest-interp.exe",
        "wasm2c.exe",
        "wasm2wat.exe",
        "wasm-decompile.exe",
        "wasm-interp.exe",
        "wasm-objdump.exe",
        "wasm-stats.exe",
        "wasm-strip.exe",
        "wasm-validate.exe",
        "wast2json.exe",
        "wat2wasm.exe",
        "wat-desugar.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/WebAssembly/wabt/releases/download/$version/wabt-$version-windows-x64.tar.gz"
            }
        },
        "hash": {
            "url": "$url.sha256"
        },
        "extract_dir": "wabt-$version\\bin"
    }
}
