binaryen 0.13.0

Bindings to the binaryen library
docs.rs failed to build binaryen-0.13.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: binaryen-0.12.1

binaryen-rs

Build Status crates.io docs.rs

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 crate.