pub trait WasiSocketsView: Send { // Required method fn sockets(&mut self) -> WasiSocketsCtxView<'_>; }