wasmedge_sys::ffi

Function 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.