pub fn smith(config: &Config, u: &mut Unstructured<'_>) -> Result<Vec<u8>>Expand description
Generates an arbitrary WIT document encoded as a WebAssembly binary.
The config guides the generation of the document and the u bytes are
used as input to construct the document.