wasm-micro-runtime/core/iwasm/libraries
Marcin Kolny 9a04c21075
Implement ns lookup allowlist (#1420)
The ns-lookup accepts domain names as well as suffixes, e.g.:

```
--allow-resolve=* # allow all domain names
--allow-resolve=example.com # only allow example.com name resolution
--allow-resolve=example.com --allow-resolve=*.example.com # allow example.com and its subdomains' name resolution
```
2022-09-02 19:26:31 +08:00
..
debug-engine Add support for IPv6 in WAMR (#1411) 2022-09-01 22:20:53 +08:00
lib-pthread Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +08:00
lib-socket Add support for IPv6 in WAMR (#1411) 2022-09-01 22:20:53 +08:00
libc-builtin Remove some unused codes (#1379) 2022-08-15 10:13:37 +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 Implement ns lookup allowlist (#1420) 2022-09-02 19:26:31 +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