https://github.com/aandreba/setup-binaryen
Sets up all Binaryen tools into the current context.
https://github.com/aandreba/setup-binaryen
Last synced: 11 months ago
JSON representation
Sets up all Binaryen tools into the current context.
- Host: GitHub
- URL: https://github.com/aandreba/setup-binaryen
- Owner: Aandreba
- Created: 2023-09-01T19:51:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T21:24:02.000Z (almost 3 years ago)
- Last Synced: 2025-06-24T01:17:14.268Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 34.2 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# setup-binary
Sets up all [Binaryen](https://github.com/WebAssembly/binaryen) tools into the current context.
## Inputs
### Tag
Specifies the version of Binaryen you want to install.
**Defaults to latest**
## Example
```yaml
uses: Aandreba/setup-binaryen
with:
version: 114
```