wasmedge_sys::ffi

Function WasmEdge_ASTModuleListExportsLength

Source
pub unsafe extern "C" fn WasmEdge_ASTModuleListExportsLength(
    Cxt: *const WasmEdge_ASTModuleContext,
) -> u32
Expand description

Get the length of exports list of the AST module.

\param Cxt the WasmEdge_ASTModuleContext.

\returns length of the exports list.