wamr_sys

Function wasm_runtime_get_export_table_inst

Source
pub unsafe extern "C" fn wasm_runtime_get_export_table_inst(
    module_inst: wasm_module_inst_t,
    name: *const c_char,
    table_inst: *mut wasm_table_inst_t,
) -> bool
Expand description

Get an export table instance

@param module_inst the module instance @param name the export table name @param table_inst location to store the table instance

@return true if success, false otherwise