Function wasmedge_sys::ffi::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.