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

Implement AsyncRead and AsyncWrite for TcpStream #52

Closed MediosZ closed 2 years ago

MediosZ commented 2 years ago

This PR implements AsyncRead and AsyncWrite for TcpStream. Related to Async Runtime. Signed-off-by: Tricster mediosrity@qq.com

MediosZ commented 2 years ago

I fix it, could you review it again? @hydai

hydai commented 2 years ago

Hi @MediosZ I will do the review by Wednesday.