wamr_sys

Function wasm_runtime_get_exception

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

Get exception info of the WASM module instance.

@param module_inst the WASM module instance

@return the exception string