binaryen 0.13.0

Bindings to the binaryen library
1
2
3
4
5
6
7
8
9
10
11
# `binaryen-rs`

[![Build Status](https://travis-ci.org/pepyakin/binaryen-rs.svg?branch=master)](https://travis-ci.org/pepyakin/binaryen-rs) 
[![crates.io](https://img.shields.io/crates/v/binaryen.svg)](https://crates.io/crates/binaryen)
[![docs.rs](https://docs.rs/binaryen/badge.svg)](https://docs.rs/binaryen/)

[Binaryen](https://github.com/WebAssembly/binaryen) bindings for Rust. They used to provide bindings for IR-construction part of the API, but now this crate is more focused on tools provided by Binaryen, such as `translate-to-fuzz` or running wasm optimization passes.

## Alternatives

For `translate-to-fuzz` like functionality, consider using the [wasm-smith](https://crates.io/crates/wasm-smith) crate.