Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wit-bindgen/src/
H A Dlib.rs139 pub only_interfaces: bool, field
389 if !self.opts.only_interfaces || matches!(import, WorldItem::Interface { .. }) { in generate()
395 if !self.opts.only_interfaces || matches!(export, WorldItem::Interface { .. }) { in generate()
1008 if !self.opts.only_interfaces { in finish()
/wasmtime-44.0.1/crates/component-macro/src/
H A Dbindgen.rs135 opts.only_interfaces = true; in parse()