about summary refs log tree commit diff
path: root/library/std/src/sys/pal/wasip2/net.rs
AgeCommit message (Expand)AuthorLines
2025-02-02std: move network code into `sys`joboet-417/+0
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-10-09Decouple WASIp2 sockets from WasiFdNicola Krumschmidt-18/+56
2024-09-29Hook up std::net to wasi-libc on wasm32-wasip2 targetNicola Krumschmidt-0/+379