tvmjs
    Preparing search index...

    Type Alias FTVMFFIWasmSafeCallType

    FTVMFFIWasmSafeCallType: (
        self: Pointer,
        args: Pointer,
        num_args: number,
        result: Pointer,
    ) => number

    int TVMFFIWasmSafeCallType(void* self, const TVMFFIAny* args, int32_t num_args, TVMFFIAny* result);

    Type Declaration