You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: