[][src]Function wamr_sys::wasm_runtime_get_exception

pub unsafe extern "C" fn wasm_runtime_get_exception(
    module_inst: wasm_module_inst_t
) -> *const c_char

Get exception info of the WASM module instance.

@param module_inst the WASM module instance

@return the exception string