wasm-micro-runtime/core/shared/platform/windows
Wenyong Huang 78b5c5b484
Merge dev/socket into main ()
Implement more socket APIs, refer to  and below PRs:
- Implement wasi_addr_resolve function ()
- Fix socket-api byte order issue when host/network order are the same ()
- Enhance sock_addr_local syscall ()
- Implement sock_addr_remote syscall ()
- Add support for IPv6 in WAMR ()
- Implement ns lookup allowlist ()
- Implement sock_send_to and sock_recv_from system calls ()
- Added http downloader and multicast socket options ()
- Fix `bind()` calls to receive the correct size of `sockaddr` structure ()
- Assert on correct parameters ()
- Copy only received bytes from socket recv buffer into the app buffer ()

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
..
platform_init.c Enable source debugging feature for windows platform () 2021-12-22 19:52:07 +08:00
platform_internal.h Refactor externref related APIs of reference types feature () 2022-01-19 11:25:08 +08:00
shared_platform.cmake Add wamrc AoT compiler building support for Windows(MSVC) () 2020-08-11 11:30:51 +08:00
win_malloc.c Apply clang-format for core/shared and product-mini files () 2021-10-14 09:12:07 +08:00
win_memmap.c Fix windows thread data issue and enhance windows os_mmap () 2022-08-11 16:57:32 +08:00
win_socket.c Merge dev/socket into main () 2022-09-22 21:46:14 +08:00
win_thread.c Fix windows thread data issue and enhance windows os_mmap () 2022-08-11 16:57:32 +08:00
win_time.c Enable Windows MinGW support () 2022-02-06 13:20:38 +08:00