wasmedge_sys::ffi

Function WasmEdge_MemoryTypeDelete

Source
pub unsafe extern "C" fn WasmEdge_MemoryTypeDelete(
    Cxt: *mut WasmEdge_MemoryTypeContext,
)
Expand description

Deletion of the WasmEdge_MemoryTypeContext.

After calling this function, the context will be destroyed and should NOT be used.

\param Cxt the WasmEdge_MemoryTypeContext to destroy.