extract_wit_from_module

Function extract_wit_from_module 

Source
pub fn extract_wit_from_module(
    wasmer_module: &Module,
) -> Result<Interfaces<'_>, WITParserError>
Expand description

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