pub unsafe extern "C" fn WasmEdge_StoreCreate(
) -> *mut WasmEdge_StoreContext
Expand description

Creation of the WasmEdge_StoreContext.

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

\returns pointer to context, NULL if failed.