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