Home
last modified time | relevance | path

Searched refs:ImportKey (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dlinker.rs87 map: TryHashMap<ImportKey, Definition>,
113 struct ImportKey { struct
118 impl TryClone for ImportKey { implementation
999 ImportKey { in alias_module()
1009 fn insert(&mut self, key: ImportKey, item: Definition) -> Result<()> { in insert() argument
1022 fn import_key(&mut self, module: &str, name: Option<&str>) -> Result<ImportKey, OutOfMemory> { in import_key() argument
1023 Ok(ImportKey { in import_key()
1252 let key = ImportKey { in _get()