pub unsafe extern "C" fn WasmEdge_MemoryInstanceGrowPage(
Cxt: *mut WasmEdge_MemoryInstanceContext,
Page: u32,
) -> WasmEdge_Result
Expand description
Grow a memory instance with a page size.
\param Cxt the WasmEdge_MemoryInstanceContext. \param Page the page count to grow in the memory instance.
\returns WasmEdge_Result. Call WasmEdge_ResultGetMessage
for the error
message.