/setup-wabt

Github action that sets up the WebAssembly Binary Toolkit

Primary LanguageJavaScriptMIT LicenseMIT

setup-wabt

ci

A Github action that sets up the WebAssembly Binary Toolkit.

Usage

Simply use setup-wabt as a step in your workflow.

steps:
  - name: install wabt
    uses: chiefbiiko/setup-wabt@1.0.0
    with:
      version: 1.0.12 # optional - defaults to latest wabt version
    run: wat2wasm --help

License

MIT