wasm-micro-runtime/core/shared
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
..
coap Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
mem-alloc Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
platform Add flag to control Winsocket initialization (#3060) 2024-01-22 07:33:26 +08:00
utils Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00