Function wasmedge_sys::ffi::WasmEdge_TableTypeGetLimit
source · pub unsafe extern "C" fn WasmEdge_TableTypeGetLimit(
Cxt: *const WasmEdge_TableTypeContext
) -> WasmEdge_Limit
Expand description
Get the limit from a table type.
\param Cxt the WasmEdge_TableTypeContext.
\returns the limit struct of the table type.