rust/library/std
Harald Hoyer d2a13693c2 wasi: enable TcpListener and TcpStream
With the addition of `sock_accept()` to snapshot1, simple networking via
a passed `TcpListener` is possible. This patch implements the basics to
make a simple server work.

Signed-off-by: Harald Hoyer <harald@profian.com>
2022-01-28 13:27:30 +01:00
..
benches
primitive_docs
src wasi: enable TcpListener and TcpStream 2022-01-28 13:27:30 +01:00
tests
build.rs std: Get the standard library compiling for wasm64 2021-11-10 08:35:42 -08:00
Cargo.toml wasi: update to wasi 0.11.0 2022-01-28 13:27:29 +01:00