pub unsafe extern "C" fn WasmEdge_GlobalInstanceDelete(
    Cxt: *mut WasmEdge_GlobalInstanceContext
)
Expand description

Deletion of the WasmEdge_GlobalInstanceContext.

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

\param Cxt the WasmEdge_GlobalInstanceContext to destroy.