summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorM.Amin Rayej <m.amin.rayej@gmail.com>2024-07-08 12:01:08 +0330
committerGitHub <noreply@github.com>2024-07-08 12:01:08 +0330
commitc20a27d4b42228647b084b5e9e88408cbccff931 (patch)
treea78a96f36fde2fe5961b60532b5764d9bcb19531 /README.md
parent3f1599f1bcba9e4c56696d64402755d810eaedd6 (diff)
parent3f9d4f6df6a38bdc284091ad2e7b09dd19bc2774 (diff)
add support for the `msync` syscall (#42)v2024-07-08.1main
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b1817d..2ede515 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,9 @@ additional extensions:
- pipe and event support (`pipe`, `event` )
- DNS resolution support (`resolve` )
+# NOTES
+- Memory mapping is currently not compatible with threads
+
# WASI(X) Extensions Spec
[WASIX](https://wasix.org) is maintained by wasix.org [here](https://github.com/wasix-org/wasix-witx)