Function wasmedge_sys::ffi::WasmEdge_TableInstanceGrow
source · pub unsafe extern "C" fn WasmEdge_TableInstanceGrow(
Cxt: *mut WasmEdge_TableInstanceContext,
Size: u32
) -> WasmEdge_Result
Expand description
Grow a table instance with a size.
\param Cxt the WasmEdge_TableInstanceContext. \param Size the count of reference values to grow in the table instance.
\returns WasmEdge_Result. Call WasmEdge_ResultGetMessage
for the error
message.