Function wasmedge_sys::ffi::WasmEdge_VMGetFunctionListLength
source · pub unsafe extern "C" fn WasmEdge_VMGetFunctionListLength(
Cxt: *const WasmEdge_VMContext
) -> u32
Expand description
Get the length of exported function list.
This function is thread-safe.
\param Cxt the WasmEdge_VMContext.
\returns length of exported function list.