13 releases (breaking)
Uses old Rust 2015
0.12.1 | Feb 10, 2022 |
---|---|
0.12.0 | Nov 2, 2020 |
0.11.0 |
|
0.10.0 | Feb 6, 2020 |
0.2.0 | Sep 26, 2017 |
#164 in WebAssembly
4,691 downloads per month
Used in 14 crates
(11 directly)
3.5MB
83K
SLoC
binaryen-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.