Refine wgl native functions call (#225)
This commit is contained in:
@ -362,6 +362,17 @@ wasm_application_execute_func(wasm_module_inst_t module_inst,
|
||||
const char *
|
||||
wasm_runtime_get_exception(wasm_module_inst_t module_inst);
|
||||
|
||||
/**
|
||||
* Set exception info of the WASM module instance.
|
||||
*
|
||||
* @param module_inst the WASM module instance
|
||||
*
|
||||
* @param exception the exception string
|
||||
*/
|
||||
void
|
||||
wasm_runtime_set_exception(wasm_module_inst_t module_inst,
|
||||
const char *exception);
|
||||
|
||||
/**
|
||||
* Clear exception info of the WASM module instance.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user