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

#1098 in WebAssembly

Download history 44805/week @ 2024-07-21 41510/week @ 2024-07-28 45572/week @ 2024-08-04 55459/week @ 2024-08-11 41043/week @ 2024-08-18 50507/week @ 2024-08-25 56002/week @ 2024-09-01 51668/week @ 2024-09-08 46915/week @ 2024-09-15 52264/week @ 2024-09-22 53147/week @ 2024-09-29 53158/week @ 2024-10-06 49790/week @ 2024-10-13 57229/week @ 2024-10-20 46349/week @ 2024-10-27 55983/week @ 2024-11-03

211,980 downloads per month
Used in 114 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