14 releases (breaking)
Uses old Rust 2015
0.13.0 | Mar 10, 2024 |
---|---|
0.12.1 | Feb 10, 2022 |
0.12.0 | Nov 2, 2020 |
0.10.0 | Feb 6, 2020 |
0.2.0 | Sep 26, 2017 |
#788 in WebAssembly
353 downloads per month
Used in 17 crates
(14 directly)
15MB
264K
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.