pub struct MaybeInvalidModule { /* fields omitted */ }
Expand description
Same as Module
, but may be invalid.
This module generates function bodies differnetly than Module
to try to
better explore wasm decoders and such.
Encode this Wasm module into bytes.
Generate an arbitrary value of Self
from the given unstructured data. Read more
Generate an arbitrary value of Self
from the entirety of the given unstructured data. Read more
Get a size hint for how many bytes out of an Unstructured
this type
needs to construct itself. Read more
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.