wamr_sys

Function wasm_runtime_get_export_count

Source
pub unsafe extern "C" fn wasm_runtime_get_export_count(
    module: wasm_module_t,
) -> i32
Expand description

Get the number of export items for a WASM module

@param module the WASM module

@return the number of exports (zero for none), or -1 for failure