This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/doc
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
..
pics Update document and fix wasm_runtime_call_wasm_a issue (#1005) 2022-02-14 17:36:38 +08:00
build_wamr.md Enable Windows MinGW support (#1000) 2022-02-06 13:20:38 +08:00
build_wasm_app.md Update documents (#981) 2022-01-25 16:37:31 +08:00
embed_wamr.md small doc fixes (#700) 2021-08-19 14:44:14 +08:00
export_native_api.md Refactor externref related APIs of reference types feature (#971) 2022-01-19 11:25:08 +08:00
linux_sgx.md Enhance the readability of WAMR SGX docs (#442) 2020-11-13 13:11:34 +08:00
memory_tune.md Update document and fix wasm_runtime_call_wasm_a issue (#1005) 2022-02-14 17:36:38 +08:00
multi_module.md Fix link in multi_module.md (#941) 2022-01-08 18:47:56 +08:00
other_wasm_compilers.md Implement performance profiler and call stack dump, and update toolchain document (#501) 2021-01-18 13:23:10 +08:00
port_wamr.md re-org ems mem allocator source codes, update prot_wamr.md (#217) 2020-03-30 11:06:39 +08:00
pthread_library.md Update documents (#981) 2022-01-25 16:37:31 +08:00
ref_types.md Refactor externref related APIs of reference types feature (#971) 2022-01-19 11:25:08 +08:00
release_ack.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
roadmap.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
socket_api.md Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
source_debugging.md Update documents (#981) 2022-01-25 16:37:31 +08:00
wamr_api.md Fix littlevgl link error issues (#1006) 2022-02-15 08:41:36 +08:00
wasm_c_api.md Update documents (#981) 2022-01-25 16:37:31 +08:00
xip.md Enhance XIP and add XIP document (#863) 2021-12-06 17:25:10 +08:00