chiefbiiko / setup-wabt

Github action that sets up the WebAssembly Binary Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Github action that sets up the WebAssembly Binary Toolkit

License:MIT License


Languages

Language:JavaScript 100.0%