wasm-micro-runtime/core/shared
Marcin Kolny 08fd714551
Fix socket-api byte order issue when host/network order are the same (#1327)
Fix socket-api byte order issue for systems where host byte order
and network byte order are the same:
- Document data structures used for storing IP addresses
- Fix bug in bind and connect methods by updating code in wasi_socket_ext
2022-07-29 10:26:06 +08:00
..
coap Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
mem-alloc Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
platform Fix socket-api byte order issue when host/network order are the same (#1327) 2022-07-29 10:26:06 +08:00
utils Clear compilation warnings on Windows (#1307) 2022-07-21 09:32:28 +08:00