wasm-micro-runtime/samples
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
..
basic Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
gui Fix return value not checked issue reported by Coverity (#1156) 2022-05-07 19:22:00 +08:00
littlevgl Fix return value not checked issue reported by Coverity (#1156) 2022-05-07 19:22:00 +08:00
multi-module Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
multi-thread Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
native-lib Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
ref-types Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
simple Fix return value not checked issue reported by Coverity (#1156) 2022-05-07 19:22:00 +08:00
socket-api Enhance sock_addr_local syscall (#1320) 2022-08-01 15:15:33 +08:00
spawn-thread Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
wasm-c-api Add import subtyping validation (#1308) 2022-07-20 18:31:19 +08:00
workload Specify a commit ID for XNNPACK workload (#966) 2022-01-18 14:35:35 +08:00