1 2 3 4 5 6 7 8 9 10 11 12
#[cfg(feature = "http-client")] pub mod http_client; pub mod snapshots { pub mod preview_2 { wit_bindgen::generate!({ world: "wasi:preview/reactor", std_feature, ownership: Owning, }); } }