pepyakin / binaryen-rs

Binaryen bindings for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Binaryen bindings for Rust.

License:Apache License 2.0


Languages

Language:Rust 98.3%Language:C++ 1.4%Language:C 0.3%