Implement register/call native API with raw (unextracted) arguments (#222)
This commit is contained in:
@ -85,6 +85,9 @@ typedef struct AOTImportFunc {
|
||||
void *func_ptr_linked;
|
||||
/* signature from registered native symbols */
|
||||
const char *signature;
|
||||
/* attachment */
|
||||
void *attachment;
|
||||
bool call_conv_raw;
|
||||
} AOTImportFunc;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user