15 releases (6 breaking)
0.116.0 | Oct 19, 2023 |
---|---|
0.114.1 |
|
0.114.0 | Jul 31, 2023 |
0.112.0 | Mar 9, 2023 |
0.0.0 | Jul 17, 2022 |
#66 in #level
205,732 downloads per month
Used in 104 crates
(2 directly)
5.5MB
124K
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.