Crate wasm_shrink

Source
Expand description

Shrink a Wasm file while maintaining a property of interest (such as triggering a compiler bug).

See the WasmShrink type for details.

Structs§

ShrinkInfo
Information about a completed shrinking run.
WasmShrink
Shrink a Wasm file while maintaining a property of interest (such as triggering a compiler bug).

Traits§

IsInteresting
A type that describes whether a Wasm is interesting or not.