wamr_sys

Function wasm_func_get_result_types

Source
pub unsafe extern "C" fn wasm_func_get_result_types(
    func_inst: wasm_function_inst_t,
    module_inst: wasm_module_inst_t,
    result_types: *mut wasm_valkind_t,
)
Expand description

Get result types of the function instance

@param func_inst the function instance @param module_inst the module instance the function instance belongs to @param result_types the result types returned