Function wasmedge_sys::ffi::WasmEdge_StatisticsCreate
source · pub unsafe extern "C" fn WasmEdge_StatisticsCreate(
) -> *mut WasmEdge_StatisticsContext
Expand description
Creation of the WasmEdge_StatisticsContext.
The caller owns the object and should call WasmEdge_StatisticsDelete
to
destroy it.
\returns pointer to context, NULL if failed.