Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasi: implement sock_accept and enable networking #93158

Merged
merged 2 commits into from
Jan 29, 2022

Commits on Jan 28, 2022

  1. wasi: update to wasi 0.11.0

    To make use of `sock_accept()`, update the wasi crate to `0.11.0`.
    
    Signed-off-by: Harald Hoyer <harald@profian.com>
    haraldh committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    00cbc8d View commit details
    Browse the repository at this point in the history
  2. 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>
    haraldh committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    d2a1369 View commit details
    Browse the repository at this point in the history