Luca-Ziesler commented on issue #70:
Pardon me, but are there any updates concerning this topic?
cardil commented on issue #70:
The draft of the proposal is here: https://github.com/badeend/WASI-Networking
For who concerns, the draft of the proposal now moved to here: https://github.com/WebAssembly/wasi-sockets
ondrejtomcik commented on issue #70:
For who concerns, the draft of the proposal now moved to here: https://github.com/WebAssembly/wasi-sockets
Thanks for keeping us up to date!
badeend commented on issue #70:
WASI now has low-level sockets and higher-level HTTP support. So I think this can be closed now.
pchickey closed issue #70:
We need a full fledged networking API. This includes functions like
socket()
,connect()
,bind()
,listen()
,accept()
,getsockopt()
,setsockopt()
, etc.
Last updated: Nov 22 2024 at 16:03 UTC