pub fn generate_from_wasm(wasm: &[u8]) -> Result<String, FromWasmError>
Expand description

Errors

Will return an error if the wasm cannot be parsed.