wasm-micro-runtime/samples
Marcin Kolny 45136bcc8a
Implement sock_addr_remote syscall (#1360)
Slightly changed the interface sock_addr_remote - since we already
have a `__wasi_addr_t` structure which is an union, there's no need
for passing length around - the address buffer will always have the
right length (i.e. max of all address families).
2022-08-08 17:11:28 +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 Implement sock_addr_remote syscall (#1360) 2022-08-08 17:11:28 +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