wasmedge_sys::ffi

Function WasmEdge_StoreListModuleLength

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

Get the length of registered module list in store.

This function is thread-safe.

\param Cxt the WasmEdge_StoreContext.

\returns length of registered named module list.