Refine the wasm-c-api native func call process of aot mode (#640)
This commit is contained in:
@ -148,6 +148,8 @@ typedef struct AOTImportFunc {
|
||||
/* attachment */
|
||||
void *attachment;
|
||||
bool call_conv_raw;
|
||||
bool call_conv_wasm_c_api;
|
||||
bool wasm_c_api_with_env;
|
||||
} AOTImportFunc;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user