1
Fork 0

Decouple WASIp2 sockets from WasiFd

This commit is contained in:
Nicola Krumschmidt 2024-10-09 14:39:28 +02:00
parent 4203c68613
commit 01e248ff97
No known key found for this signature in database
GPG key ID: 6861B0774D86E221
2 changed files with 58 additions and 18 deletions

View file

@ -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.