pub unsafe extern "C" fn WasmEdge_ModuleInstanceListTableLength(
    Cxt: *const WasmEdge_ModuleInstanceContext
) -> u32
Expand description

Get the length of exported table list of a module instance.

This function is thread-safe.

\param Cxt the WasmEdge_ModuleInstanceContext.

\returns length of the exported table list.