Skip to content

Install Binaryen

Actions
Setup Binaryen on the GitHub Actions runner
v1.0.0
Latest
Star (0)

Tags

 (1)

setup-binaryen

This action sets up Binaryen on the GitHub Actions runner.

Originally created by setup-tinygo

Usage

To use this action, add the following step to your GitHub Actions workflow:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Setup Binaryen
        uses: Zxilly/setup-binaryen@v1
        with:
          version: "121"
      - name: Verify Binaryen installation
        run: wasm-opt --version

Replace version_number with the version of Binaryen you want to install.

Inputs

version

Required The version of Binaryen to install.

License

This project is licensed under the Apache-2.0 License.

Install Binaryen is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Binaryen on the GitHub Actions runner
v1.0.0
Latest

Tags

 (1)

Install Binaryen is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.