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

Implement the remaining socket-related WASI functions. #4776

Merged
merged 4 commits into from
Aug 26, 2022

Commits on Aug 24, 2022

  1. Implement the remaining socket-related WASI functions.

    The original WASI specification included `sock_read`, `sock_write`, and
    `shutdown`. Now that we have some sockets support, implement these
    additional functions, to make it easier for people porting existing code
    to WASI.
    
    It's expected that this will all be subsumed by the wasi-sockets
    proposal, but for now, this is a relatively small change which should
    hopefully unblock people trying to use the current `accept` support.
    sunfishcode committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    79a5481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45dcb61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c92551d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ac7471 View commit details
    Browse the repository at this point in the history