Home
last modified time | relevance | path

Searched defs:SingleInstModule (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dsingle_inst_module.rs18 pub struct SingleInstModule<'a> { struct
29 /// bits in the payload. In order to compare these results, [`SingleInstModule`] argument
42 impl<'a> SingleInstModule<'a> { implementation