Function wasmedge_sys::ffi::WasmEdge_ConfigureGetMaxMemoryPage
source · pub unsafe extern "C" fn WasmEdge_ConfigureGetMaxMemoryPage(
Cxt: *const WasmEdge_ConfigureContext
) -> u32
Expand description
Get the setting of 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.