[][src]Function wamr_sys::wasm_runtime_set_exception

pub unsafe extern "C" fn wasm_runtime_set_exception(
    module_inst: wasm_module_inst_t,
    exception: *const c_char
)

Set exception info of the WASM module instance.

@param module_inst the WASM module instance

@param exception the exception string