pub unsafe extern "C" fn WasmEdge_ModuleInstanceListFunctionLength(
Cxt: *const WasmEdge_ModuleInstanceContext
) -> u32
Expand description
Get the length of exported function list of a module instance.
This function is thread-safe.
\param Cxt the WasmEdge_ModuleInstanceContext.
\returns length of the exported function list.