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

Get the page limit of memory instances.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to get the maximum page count setting.

\returns the page count limitation value.