wamr_sys

Function wasm_runtime_get_export_global_inst

Source
pub unsafe extern "C" fn wasm_runtime_get_export_global_inst(
    module_inst: wasm_module_inst_t,
    name: *const c_char,
    global_inst: *mut wasm_global_inst_t,
) -> bool
Expand description

Get an export global instance

@param module_inst the module instance @param name the export global name @param global_inst location to store the global instance

@return true if success, false otherwise