Skip to content

Commit

Permalink
Hook up std::net to wasi-libc on wasm32-wasip2 target
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrum committed Aug 28, 2024
1 parent 22572d0 commit 0ed4afd
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 2 deletions.
1 change: 0 additions & 1 deletion library/std/src/sys/pal/wasip2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pub mod futex;
#[path = "../wasi/io.rs"]
pub mod io;

#[path = "../wasi/net.rs"]
pub mod net;
#[path = "../wasi/os.rs"]
pub mod os;
Expand Down
Loading

0 comments on commit 0ed4afd

Please sign in to comment.