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

#66 in #level

Download history 35932/week @ 2024-06-26 36566/week @ 2024-07-03 36626/week @ 2024-07-10 47507/week @ 2024-07-17 47067/week @ 2024-07-24 37015/week @ 2024-07-31 52408/week @ 2024-08-07 49057/week @ 2024-08-14 43192/week @ 2024-08-21 54954/week @ 2024-08-28 53229/week @ 2024-09-04 50305/week @ 2024-09-11 50858/week @ 2024-09-18 48358/week @ 2024-09-25 55958/week @ 2024-10-02 41888/week @ 2024-10-09

205,732 downloads per month
Used in 104 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