@Dave Bakker (badeend) and others
I would appreciate your feedback on the set of (posix) features that I found missing in wasi-libc while working on dotnet
please help me to confirm that limitations I listed in the description at the top of my PR are
not going to be implemented, because security, isolation, ... etc.
are just missing right now, but in principle it could be implemented
or I understood something wrong and it should be working already
many thanks!
cc @dicej
Limitations
permanent design of WASI ?
WASIp2 doesn't support SO_LINGER -> PlatformNotSupportedException
WASIp2 doesn't support DONTFRAGMENT->IP_MTU_DISCOVER -> PlatformNotSuppor...
I'm not looking for authoritative answers or fixes. Just for sanity check.
I'll look into it later today probably
Done
For mixing pollables https://github.com/WebAssembly/wasi-libc/issues/542
In context of dotnet sockets I would like to be able to wasi:poll_poll on mix of handles which were created by consuming other WASI APIs, like wasi:http and file handles obtained by using libc sock...
Last updated: Dec 13 2025 at 20:04 UTC