Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wit-bindgen/src/
H A Dlib.rs477 let interface_path = self.import_interface_path(id); in import()
1317 fn import_interface_path(&self, id: &InterfaceId) -> String { in import_interface_path() method