Type alias FTVMFFIWasmSafeCallType

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

Type declaration

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

      Parameters

      Returns number

Generated using TypeDoc