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.
pub fn extract_wit_from_module(
wasmer_module: &Module,
) -> Result<Interfaces<'_>, WITParserError>Extracts WIT section of provided Wasm binary and converts it to a FCEWITInterfaces.