pub unsafe extern "C" fn wasm_runtime_is_import_global_linked(
module_name: *const c_char,
global_name: *const c_char,
) -> bool
Expand description
Check whether an import global (import <module_name> <global_name> (global ...))
is linked or not with runtime registered native globals