pub unsafe extern "C" fn WasmEdge_MemoryInstanceCreate(
    MemType: *const WasmEdge_MemoryTypeContext
) -> *mut WasmEdge_MemoryInstanceContext
Expand description

Creation of the WasmEdge_MemoryInstanceContext.

The caller owns the object and should call WasmEdge_MemoryInstanceDelete to destroy it.

\param MemType the memory type context to initialize the memory instance context.

\returns pointer to context, NULL if failed.