@Pat Hickey, @Dan Gohman I've been working on the wasmtime implementation of TCP sockets. My progress can be found here:
https://github.com/badeend/wasmtime/tree/tcp-error-checking
I also intend to add cross-platform compatibility fixes and implement a full testsuite for TCP sockets.
I noticed these tracking issues that were assigned two days ago that have overlap with what I've been doing:
https://github.com/bytecodealliance/wasmtime/issues/7013
https://github.com/bytecodealliance/wasmtime/issues/7014
Just wanted to make sure we're not doing duplicate work
Hi Dave, we put those issues up to track that work is still needed before we can call the implementation "done"
Dan and @Roman Volosatovs were going to discuss how to knock out the UDP side of things
but as far as the sockopts and test suite goes, we are super happy you are working on those!
Yes, it seems that I should wait for @Dan Gohman to finish resource PR first, right @Dan Gohman ?
Yeah, that's my suggestion, because it's a big PR that touches a lot of the files, and changes which traits we implement for stuff.
i am reviewing dan's resource PR right now
Alex posted a PR to my PR for the stdio thing, I'm reviewing that now
Alright, great!
That PR has landed, the CI is now green, and Alex reviewed it, so we're super close now :-)
The changes I mentioned in my initial comment are ready at: https://github.com/bytecodealliance/wasmtime/pull/7120
Last updated: Nov 22 2024 at 16:03 UTC