haraldh opened issue #3730:
With the addition of
sock_accept()
inwasi-0.11.0
, wasmtime can now implement basic networking for pre-opened sockets.Todo
- [ ] https://github.com/bytecodealliance/wasmtime/pull/3711
- [ ] https://github.com/bytecodealliance/wasmtime/pull/3729
- [ ] Wasi definition of
Preopentype
for sockets (listener and stream, tcp and unix)- [ ] Non-busy polling on Windows
- [ ] More networking test cases
Last updated: Nov 22 2024 at 16:03 UTC