This action sets up Binaryen on the GitHub Actions runner.
Originally created by setup-tinygo
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 --versionReplace version_number with the version of Binaryen you want to install.
Required The version of Binaryen to install.
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.