pub unsafe extern "C" fn wasm_runtime_get_import_type(
module: wasm_module_t,
import_index: i32,
import_type: *mut wasm_import_t,
)
Expand description
Get information about a specific WASM module import
@param module the WASM module @param import_index the desired import index @param import_type the location to store information about the import