1pub mod iterators; 2pub mod syntax_node; 3pub mod wit; 4 5pub use crate::wit::YggdrasilHost; 6 7wit_bindgen::generate!({ 8 9 world: "host", 10}); 11 12export!(YggdrasilHost);