An open API service indexing awesome lists of open source software.

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.

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
```