wasmedge_sys::ffi

Function WasmEdge_TableInstanceGetSize

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

Get the size of a table instance.

\param Cxt the WasmEdge_TableInstanceContext.

\returns the size of the table instance.