Function fce_wit_parser::extract_wit_from_module[][src]

pub fn extract_wit_from_module(
    wasmer_module: &WasmerModule
) -> Result<Interfaces<'_>, WITParserError>

Extracts WIT section of provided Wasm binary and converts it to a FCEWITInterfaces.