wamr_sys

Function wasm_func_get_param_types

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

Get parameter types of the function instance

@param func_inst the function instance @param module_inst the module instance the function instance belongs to @param param_types the parameter types returned