wasm-micro-runtime/samples/socket-api/wasm-src
Marcin Kolny 3e77b053c3
Enhance sock_addr_local syscall (#1320)
Slightly change the __wasi_sock_addr_local interface - since we already have
a `__wasi_addr_t` structure which is an union, there's no need for passing the
length around - the address buffer will always have the right length (i.e. max
of all address families).
2022-08-01 15:15:33 +08:00
..
inc Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
CMakeLists.txt Enable socket-api recvmsg() and sendmsg() (#1042) 2022-03-30 15:57:40 +08:00
send_recv.c Fix invalid calculation of total size of bytes to send and recv (#1162) 2022-05-10 10:43:34 +08:00
tcp_client.c Enhance sock_addr_local syscall (#1320) 2022-08-01 15:15:33 +08:00
tcp_server.c Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00