13 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.110.2 | Oct 27, 2022 |
#422 in WebAssembly
220,446 downloads per month
Used in 108 crates
(via wasm-opt)
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
:
Direct bindings to wasm-opt
.
These are bindings to wasm-opt
,
as built by the wasm-opt-sys
crate.
The bindings are created by the cxx
crate,
and all go through a custom C++ shim layer
that provides a cxx
-compatible C++ API.
Most users will not want to use this crate directly,
but instead the wasm-opt
crate.
The version of cxx
used by these bindings is
reexported here.