15 releases (6 breaking)

0.116.0 Oct 19, 2023
0.114.1 Aug 14, 2023
0.114.0 Jul 31, 2023
0.112.0 Mar 9, 2023
0.0.0 Jul 17, 2022

#915 in WebAssembly

Download history 26992/week @ 2023-12-17 12526/week @ 2023-12-24 18849/week @ 2023-12-31 29738/week @ 2024-01-07 37379/week @ 2024-01-14 37445/week @ 2024-01-21 34042/week @ 2024-01-28 35696/week @ 2024-02-04 39390/week @ 2024-02-11 44970/week @ 2024-02-18 42839/week @ 2024-02-25 37204/week @ 2024-03-03 37247/week @ 2024-03-10 40768/week @ 2024-03-17 38259/week @ 2024-03-24 50740/week @ 2024-03-31

169,223 downloads per month
Used in 94 crates (2 directly)

MIT/Apache

5.5MB
124K SLoC

C++ 102K SLoC // 0.2% comments Bitbake 11K SLoC // 0.0% comments JavaScript 5K SLoC // 0.0% comments Python 4K SLoC // 0.2% comments WebAssembly 1K SLoC // 0.0% comments Rust 344 SLoC // 0.0% comments C 144 SLoC // 0.1% comments Shell 63 SLoC // 0.1% comments

Rust bindings for Binaryen's wasm-opt

wasm-opt is a component of the Binaryen toolkit that optimizes WebAssembly modules. It is written in C++.


lib.rs:

Native build of wasm-opt.

This crate builds the C++ code for wasm-opt but does not provide any Rust bindings.

Rust bindings can be found in wasm-opt-cxx-sys, but most users will probably want the high level APIs in the wasm-opt crate.

Dependencies