pub unsafe extern "C" fn wasm_func_get_result_count(
func_inst: wasm_function_inst_t,
module_inst: wasm_module_inst_t,
) -> u32
Expand description
Get result count of the function instance
@param func_inst the function instance @param module_inst the module instance the function instance belongs to
@return the result count of the function instance