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

TCP connections #2

Open
Geal opened this issue Apr 17, 2018 · 0 comments
Open

TCP connections #2

Geal opened this issue Apr 17, 2018 · 0 comments
Labels

Comments

@Geal
Copy link
Contributor

Geal commented Apr 17, 2018

it will be very useful to have a way to connect to other servers. It should be alright to reproduce the API for POSIX sockets, since most of the time the call will map to an actual POSIX socket.
I would like to have blocking IO be the default behaviour for the guest WASM app, since it will make those small programs much easier to write (even if the underlying host does asynchronous IO).

@losfair losfair added the I/O label Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants