second-state / wasmedge_wasi_socket

A Rust lib for socket on WasmEdge.
https://second-state.github.io/wasmedge_wasi_socket/
Apache License 2.0
70 stars 29 forks source link

[lib]: Adjust the fields of TcpListener. #64

Closed MediosZ closed 2 years ago

MediosZ commented 2 years ago

Adjust the fields of TcpListener: this enables FromRawFd for TcpListener. Implement FromRawFd for TcpListener. Make wasi_poll public.

Signed-off-by: Tricster mediosrity@gmail.com