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
- Host: GitHub
- URL: https://github.com/cometkim/asdf-binaryen
- Owner: cometkim
- License: mit
- Created: 2023-12-15T20:17:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:59:44.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:14:53.428Z (over 1 year ago)
- Topics: asdf, asdf-plugin, mise, webassembly
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-binaryen
[](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