Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Binaryen

Example

- uses: BlackAsLight/setup-binaryen@v2.1.0
  env:
    GH_TOKEN: ${{ github.token }}
  with:
    # Version can be one of:
    # - "latest" (default): Download the latest Github Release binaries.
    # - "canary": Build Binaryen from the latest source.
    # - A specific release tag (for example, "version_124"): Download that release's binaries.
    version: version_124

    # Whether to save time by using actions/cache. Defaults to true.
    cache: true

About

Sets up the WebAssembly/Binaryen binaries in a github action.

Topics

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors