wasm-micro-runtime/core/iwasm/libraries/lib-socket
Marcin Kolny 45136bcc8a
Implement sock_addr_remote syscall (#1360)
Slightly changed the interface sock_addr_remote - since we already
have a `__wasi_addr_t` structure which is an union, there's no need
for passing length around - the address buffer will always have the
right length (i.e. max of all address families).
2022-08-08 17:11:28 +08:00
..
inc Implement sock_addr_remote syscall (#1360) 2022-08-08 17:11:28 +08:00
src/wasi Implement sock_addr_remote syscall (#1360) 2022-08-08 17:11:28 +08:00
lib_socket_wasi.cmake Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00