Skip to main content

wasmModuleGetFunctionType

Function wasmModuleGetFunctionType 

Source
pub unsafe extern "C" fn wasmModuleGetFunctionType(
    module: *const WasmModule,
    functionIndex: U32,
    result: *mut WasmFunctionType,
) -> bool