diff options
| author | M.Amin Rayej <m.amin.rayej@gmail.com> | 2024-07-08 12:01:08 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 12:01:08 +0330 |
| commit | c20a27d4b42228647b084b5e9e88408cbccff931 (patch) | |
| tree | a78a96f36fde2fe5961b60532b5764d9bcb19531 /README.md | |
| parent | 3f1599f1bcba9e4c56696d64402755d810eaedd6 (diff) | |
| parent | 3f9d4f6df6a38bdc284091ad2e7b09dd19bc2774 (diff) | |
add support for the `msync` syscall (#42)v2024-07-08.1main
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
