wamr_sys

Function wasm_func_get_param_count

Source
pub unsafe extern "C" fn wasm_func_get_param_count(
    func_inst: wasm_function_inst_t,
    module_inst: wasm_module_inst_t,
) -> u32
Expand description

Get parameter count of the function instance

@param func_inst the function instance @param module_inst the module instance the function instance belongs to

@return the parameter count of the function instance