Decouple WASIp2 sockets from WasiFd
This commit is contained in:
parent
4203c68613
commit
01e248ff97
2 changed files with 58 additions and 18 deletions
|
@ -36,6 +36,8 @@
|
|||
pub mod ffi;
|
||||
pub mod fs;
|
||||
pub mod io;
|
||||
|
||||
#[cfg(all(target_os = "wasi", target_env = "p1"))]
|
||||
pub mod net;
|
||||
|
||||
/// A prelude for conveniently writing platform-specific code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue