Function wasmedge_sys::ffi::WasmEdge_CallingFrameGetExecutor
source · pub unsafe extern "C" fn WasmEdge_CallingFrameGetExecutor(
Cxt: *const WasmEdge_CallingFrameContext
) -> *mut WasmEdge_ExecutorContext
Expand description
Get the executor context from the current calling frame.
\param Cxt the WasmEdge_CallingFrameContext.
\returns the executor context, NULL if the Cxt is NULL.