Skip to content

Commit 0ed4afd

Browse files
committed
Hook up std::net to wasi-libc on wasm32-wasip2 target
1 parent 22572d0 commit 0ed4afd

File tree

3 files changed

+548
-2
lines changed

3 files changed

+548
-2
lines changed

library/std/src/sys/pal/wasip2/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub mod futex;
2222
#[path = "../wasi/io.rs"]
2323
pub mod io;
2424

25-
#[path = "../wasi/net.rs"]
2625
pub mod net;
2726
#[path = "../wasi/os.rs"]
2827
pub mod os;

0 commit comments

Comments
 (0)