wasm-micro-runtime/product-mini/platforms
Wenyong Huang 78b5c5b484
Merge dev/socket into main (#1393)
Implement more socket APIs, refer to #1336 and below PRs:
- Implement wasi_addr_resolve function (#1319)
- Fix socket-api byte order issue when host/network order are the same (#1327)
- Enhance sock_addr_local syscall (#1320)
- Implement sock_addr_remote syscall (#1360)
- Add support for IPv6 in WAMR (#1411)
- Implement ns lookup allowlist (#1420)
- Implement sock_send_to and sock_recv_from system calls (#1457)
- Added http downloader and multicast socket options (#1467)
- Fix `bind()` calls to receive the correct size of `sockaddr` structure (#1490)
- Assert on correct parameters (#1505)
- Copy only received bytes from socket recv buffer into the app buffer (#1497)

Co-authored-by: Marcin Kolny <mkolny@amazon.com>
Co-authored-by: Marcin Kolny <marcin.kolny@gmail.com>
Co-authored-by: Callum Macmillan <callumimacmillan@gmail.com>
2022-09-22 21:46:14 +08:00
..
alios-things Fix compile warning on non-x86 targets, fix alios build error (#923) 2021-12-30 10:07:50 +08:00
android build_llvm.sh: enable to pass through arguments (#1506) 2022-09-20 17:54:50 +08:00
darwin build_llvm.sh: enable to pass through arguments (#1506) 2022-09-20 17:54:50 +08:00
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
linux build_llvm.sh: enable to pass through arguments (#1506) 2022-09-20 17:54:50 +08:00
linux-sgx Enable remote attestation by librats in SGX mode (#1445) 2022-09-06 14:29:58 +08:00
nuttx ci: Cover more configurations & targets on NuttX (#1448) 2022-09-05 12:12:32 +08:00
posix Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
riot Adapt to RIOT ztimer and ztimer64 (#988) 2022-01-28 18:38:35 +08:00
rt-thread Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
vxworks Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
windows Fix potential warning of printf in main.c of posix and windows (#1440) 2022-09-01 14:11:00 +08:00
zephyr/simple Dockerfile lint errors fix (#1493) 2022-09-22 13:06:11 +08:00