Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phi-ag/setup-binaryen
Minimal shell script action to setup Binaryen
https://github.com/phi-ag/setup-binaryen
action binaryen
Last synced: 12 days ago
JSON representation
Minimal shell script action to setup Binaryen
- Host: GitHub
- URL: https://github.com/phi-ag/setup-binaryen
- Owner: phi-ag
- License: mit
- Created: 2024-10-01T04:27:16.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:10:53.000Z (13 days ago)
- Last Synced: 2024-10-24T02:59:23.276Z (13 days ago)
- Topics: action, binaryen
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Binaryen
[![Release](https://img.shields.io/github/v/release/phi-ag/setup-binaryen?style=for-the-badge)](https://github.com/phi-ag/setup-binaryen/releases)
[![Check](https://img.shields.io/github/actions/workflow/status/phi-ag/setup-binaryen/check.yml?style=for-the-badge&label=check)](https://github.com/phi-ag/setup-binaryen/actions/workflows/check.yml)Minimal shell script action to setup [Binaryen](https://github.com/WebAssembly/binaryen)
## Usage
```yaml
steps:
- name: Setup Binaryen
uses: phi-ag/setup-binaryen@v1
```Use a specific version
```yaml
steps:
- name: Setup Binaryen
uses: phi-ag/setup-binaryen@v1
with:
version: "118"
```