wasm-micro-runtime/core/shared
Marcin Kolny 3e77b053c3
Enhance sock_addr_local syscall (#1320)
Slightly change the __wasi_sock_addr_local interface - since we already have
a `__wasi_addr_t` structure which is an union, there's no need for passing the
length around - the address buffer will always have the right length (i.e. max
of all address families).
2022-08-01 15:15:33 +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 Enhance sock_addr_local syscall (#1320) 2022-08-01 15:15:33 +08:00
utils Clear compilation warnings on Windows (#1307) 2022-07-21 09:32:28 +08:00