Skip to content

chiefbiiko/setup-wabt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published