wasm-micro-runtime/samples/socket-api/wasm-src
liang.he 159b69da38
Update cmake min to 3.14 (#4175)
3.14 is used and tested by linux mini-product

to fix

```
CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
```
2025-04-02 07:13:53 +08:00
..
inc Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
addr_resolve.c Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
CMakeLists.txt Update cmake min to 3.14 (#4175) 2025-04-02 07:13:53 +08:00
multicast_client.c Fix possible non null-terminated string issue in socket sample (#1612) 2022-10-17 22:45:10 +08:00
multicast_server.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
send_recv.c Enhance/Fix sample socket-api and workload (#2006) 2023-03-08 16:36:08 +08:00
socket_opts.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
socket_utils.h Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
tcp_client.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
tcp_server.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
timeout_client.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
timeout_server.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
udp_client.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
udp_server.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00