parse_wasm

Function parse_wasm 

Source
pub fn parse_wasm(
    bytes: &[u8],
    keep_name_section: bool,
) -> Result<Module, Error>