1 pub mod http;
2 pub mod preview1;
3 pub mod sockets;
4 
5 wit_bindgen::generate!("test-command" in "../wasi/wit");
6