Remove get_module_inst() and fix issue of call native (#120)
This commit is contained in:
@ -287,15 +287,6 @@ wasm_runtime_detach_current_thread(wasm_module_inst_t module_inst);
|
||||
void*
|
||||
wasm_runtime_get_current_thread_data();
|
||||
|
||||
/**
|
||||
* Get current WASM module instance of the current native thread
|
||||
*
|
||||
* @return current WASM module instance of the current native thread, NULL
|
||||
* if not found
|
||||
*/
|
||||
wasm_module_inst_t
|
||||
wasm_runtime_get_current_module_inst();
|
||||
|
||||
/**
|
||||
* Allocate memory from the heap of WASM module instance
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user