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
This commit refactors the helpers for TCP/UDP which predated much of the
work around WASIp2-natively-in-libc. Changes here are:
* Helpers to use `__wasilibc_*` prefix that many other internal
functions in wasi-libc use.
* Helpers directly set `errno` instead of returning a `bool` and
requiring the caller to set `errno`.
* Some helpers were renamed/tweaked to be a bit more idiomatic with C.
0 commit comments