11 unstable releases (3 breaking)
0.112.0 | Mar 9, 2023 |
---|---|
0.111.0 | Dec 31, 2022 |
0.110.2 | Oct 27, 2022 |
0.0.1-preview.3 | Aug 25, 2022 |
0.0.0 | Jul 17, 2022 |
#669 in WebAssembly
53,345 downloads per month
Used in 9 crates
(2 directly)
5MB
110K
SLoC
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.