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

https://github.com/cometkim/asdf-binaryen

asdf-vm plugin for installing WebAssembly toolchain from binaryen
https://github.com/cometkim/asdf-binaryen

asdf asdf-plugin mise webassembly

Last synced: 3 days ago
JSON representation

asdf-vm plugin for installing WebAssembly toolchain from binaryen

Awesome Lists containing this project

README

          

# asdf-binaryen
[![CI](https://github.com/cometkim/asdf-binaryen/actions/workflows/ci.yml/badge.svg)](https://github.com/cometkim/asdf-binaryen/actions/workflows/ci.yml)

[asdf](https://asdf-vm.com/) version manager plugin for installing [Binaryen](https://hermesengine.dev); the WebAssembly toolchain.

## Installation

```bash
asdf plugin add https://github.com/cometkim/asdf-binaryen.git
```

## Usage

Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions.

Library and header files are also included, you can find it in `$(asdf where binaryen)/lib/` and `$(asdf where binaryen)/include/` path.

## LICENSE

MIT