wamr_sys

Function wasm_func_type_get_result_count

Source
pub unsafe extern "C" fn wasm_func_type_get_result_count(
    func_type: wasm_func_type_t,
) -> u32
Expand description

Get the number of results for a function type

@param func_type the function type

@return the number of results for the function type