This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core
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
..
app-framework Fix return value not checked issue reported by Coverity (#1156) 2022-05-07 19:22:00 +08:00
app-mgr Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
deps Fix littlevgl link error issues (#1006) 2022-02-15 08:41:36 +08:00
iwasm Fix socket-api byte order issue when host/network order are the same (#1327) 2022-07-29 10:26:06 +08:00
shared Fix socket-api byte order issue when host/network order are the same (#1327) 2022-07-29 10:26:06 +08:00
config.h Support emit specified custom sections into AoT file (#1207) 2022-06-10 21:51:13 +08:00