[−][src]Function wasmer_runtime_c_api::import::wasmer_import_object_iterate_functions
#[no_mangle] pub unsafe extern "C" fn wasmer_import_object_iterate_functions(
import_object: *const wasmer_import_object_t
) -> *mut wasmer_import_object_iter_t
Create an iterator over the functions in the import object.
Get the next import with wasmer_import_object_iter_next
Free the iterator with wasmer_import_object_iter_destroy