wasm-micro-runtime/core/shared/platform/windows
Marcin Kolny 627debcefb
Add flag to control Winsocket initialization (#3060)
When WAMR is embedded to other application, the lifecycle of the socket
might conflict with other usecases. E.g. if WAMR is deinitialized before any
other use of sockets, the application goes into the invalid state. The new
flag allows host application to take control over the socket initialization.
2024-01-22 07:33:26 +08:00
..
platform_init.c
platform_internal.h Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
shared_platform.cmake
win_atomic.cpp
win_clock.c
win_file.c Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00
win_malloc.c
win_memmap.c Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
win_socket.c Add flag to control Winsocket initialization (#3060) 2024-01-22 07:33:26 +08:00
win_thread.c
win_time.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
win_util.c Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00
win_util.h Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00