wasm-micro-runtime/core/iwasm/libraries
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
..
debug-engine debug_engine: Fix a few typos (#1261) 2022-06-30 15:45:46 +08:00
lib-pthread Fix pthread_getspecific return value (#999) 2022-02-05 22:45:59 +08:00
lib-socket Enhance sock_addr_local syscall (#1320) 2022-08-01 15:15:33 +08:00
libc-builtin Support va_args in libc-builtin (#1117) 2022-04-24 10:39:18 +08:00
libc-emcc Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-uvwasi Fix libc-wasi/uvwasi poll/environ_get issues (#1300) 2022-07-20 20:02:26 +08:00
libc-wasi Enhance sock_addr_local syscall (#1320) 2022-08-01 15:15:33 +08:00
thread-mgr wasm_cluster_spread_custom_data: Fix a crash when called before exec (#1257) 2022-06-29 13:21:03 +08:00