@webology I'm working on it. 😉 Got to get WASI to tier 2 support in Python, then I can work on WASI preview 2 support which has sockets. Then I can work on packaging.
@brettcannon @webology So exciting! Thanks for all your work Brett 💜
Just to confirm, the support for WASI sockets isn't something for browsers, only an API for running on a platform that has a socket API? My understanding is sockets aren't on the horizon for browser platforms.
@sethmlarson @webology https://github.com/bytecodealliance/jco is implementing browser (and Node) support for WASI, so however they make it work we will get.
And do note this isn't raw sockets and the entire BSD API for WASI; right now it's just TCP and UDP (I think).