@hackage binaryen0.0.2.0
Haskell bindings to binaryen
Categories
License
BSD-3-Clause
Maintainer
Cheng Shao <cheng.shao@tweag.io>
Links
Versions
Haskell bindings for binaryen
Binaryen is a compiler and toolchain infrastructure library for WebAssembly, written in C++. This package defines bindings to the Binaryen API.
Versioning
Binaryen evolves fast and can introduce C API changes in every release. Before building the Haskell bindings, please check the Binaryen version and make sure it's no less than the minimum version listed below.
| Haskell bindings version | Minimum Binaryen version |
|---|---|
| 0.0.1.* | version_91 |
| -------------------------- | -------------------------- |
| 0.0.2.* | version_94 |
How to build
This package relies on the system-provided Binaryen library. As long as that's
available, a simple stack build or cabal build command should work.
Nix-based build is also supported. Install Stack and Nix.
Then,
$ stack --nix build