wasmedge_sys::ffi

Function WasmEdge_ASTModuleListImportsLength

Source
pub unsafe extern "C" fn WasmEdge_ASTModuleListImportsLength(
    Cxt: *const WasmEdge_ASTModuleContext,
) -> u32
Expand description

Get the length of imports list of the AST module.

\param Cxt the WasmEdge_ASTModuleContext.

\returns length of the imports list.