wasm-micro-runtime/product-mini/platforms
Wenyong Huang 9c87a1ee17
Implement part of Berkeley Socket API for libc-wasi (#1036)
Refer to [Networking API design](https://github.com/WebAssembly/WASI/issues/370)
and [feat(socket): berkeley socket API v2](https://github.com/WebAssembly/WASI/pull/459):

- Support the socket API of synchronous mode, including `socket/bind/listen/accept/send/recv/close/shutdown`,
    the asynchronous mode isn't supported yet.
- Support adding `--addr-pool=<pool1,pool2,..>` argument for command line to identify the valid ip address range
- Add socket-api sample and update the document
2022-03-10 15:13:38 +08:00
..
alios-things Fix compile warning on non-x86 targets, fix alios build error (#923) 2021-12-30 10:07:50 +08:00
android Refactor Orc JIT to enable lazy compilation (#974) 2022-01-20 18:40:13 +08:00
darwin Refactor Orc JIT to enable lazy compilation (#974) 2022-01-20 18:40:13 +08:00
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
linux Refactor Orc JIT to enable lazy compilation (#974) 2022-01-20 18:40:13 +08:00
linux-sgx Refine is_xip_file and pointer range check (#965) 2022-01-18 11:05:58 +08:00
nuttx Correct DPFPU and FPU handling for NuttX (#1027) 2022-03-08 13:31:38 +08:00
posix Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
riot Adapt to RIOT ztimer and ztimer64 (#988) 2022-01-28 18:38:35 +08:00
rt-thread Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
vxworks Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
windows Enable Windows MinGW support (#1000) 2022-02-06 13:20:38 +08:00
zephyr/simple Refine some error msg, comment and document (#921) 2021-12-29 12:13:30 +08:00