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

#185 in WebAssembly

Download history 118/week @ 2023-12-24 281/week @ 2023-12-31 612/week @ 2024-01-07 330/week @ 2024-01-14 496/week @ 2024-01-21 700/week @ 2024-01-28 724/week @ 2024-02-04 701/week @ 2024-02-11 386/week @ 2024-02-18 321/week @ 2024-02-25 201/week @ 2024-03-03 332/week @ 2024-03-10 93/week @ 2024-03-17 72/week @ 2024-03-24 169/week @ 2024-03-31 19/week @ 2024-04-07

368 downloads per month
Used in 17 crates (14 directly)

Apache-2.0

15MB
264K SLoC

C++ 144K SLoC // 0.2% comments WebAssembly 86K SLoC // 0.6% comments Python 11K SLoC // 0.3% comments Bitbake 10K SLoC // 0.0% comments Rust 7K SLoC // 0.0% comments JavaScript 5K SLoC // 0.0% comments Bazel 720 SLoC // 0.1% comments Shell 270 SLoC // 0.2% comments C 143 SLoC // 0.1% comments

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.

Dependencies