This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples/socket-api/wasm-src
liang.he ceaf7dc660
Fix invalid calculation of total size of bytes to send and recv (#1162)
The total size of bytes to send and recv should be set to 0 before calculation,
but not including the size of iovec_app_t structure.
2022-05-10 10:43:34 +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 Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
tcp_server.c Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00