pub fn generate_from_wasm(wasm: &[u8]) -> Result<String, FromWasmError>
Will return an error if the wasm cannot be parsed.