summaryrefslogtreecommitdiff
path: root/devel/uvwasi/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/uvwasi/pkg-descr')
-rw-r--r--devel/uvwasi/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/uvwasi/pkg-descr b/devel/uvwasi/pkg-descr
new file mode 100644
index 000000000000..fd4a539ecbb1
--- /dev/null
+++ b/devel/uvwasi/pkg-descr
@@ -0,0 +1,8 @@
+This project does not currently provide the comprehensive file system security
+properties provided by some WASI runtimes. Full support for secure file system
+sandboxing may or may not be implemented in future. In the mean time, do not
+rely on it to run untrusted code.
+
+uvwasi implements the WASI system call API, so that WebAssembly runtimes can
+easily implement WASI calls. Under the hood, uvwasi leverages libuv where
+possible for maximum portability.