You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While WASI does not (yet) support UDP broadcast or TCP linger, it would still be useful if these constants were defined, similar to how all the IP_*, IPV6_* and TCP_* constants are defined, even though WASI doesn't support all the related functionality.
Specifically, this came up while adding socket support to the Rust wasm32-wasip2 target. Since the part of the implementation that is common to all targets makes use of these constants, adding them to wasi-libc would allow this to be done without introducing conditional compilation to the common implementation.
The text was updated successfully, but these errors were encountered:
While WASI does not (yet) support UDP broadcast or TCP linger, it would still be useful if these constants were defined, similar to how all the
IP_*
,IPV6_*
andTCP_*
constants are defined, even though WASI doesn't support all the related functionality.Specifically, this came up while adding socket support to the Rust
wasm32-wasip2
target. Since the part of the implementation that is common to all targets makes use of these constants, adding them to wasi-libc would allow this to be done without introducing conditional compilation to the common implementation.The text was updated successfully, but these errors were encountered: