From f72ab77ed88c780775e8f0290b33c9da6acf1b2b Mon Sep 17 00:00:00 2001 From: kumavis Date: Wed, 20 Nov 2024 09:46:23 -1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f5600b..c334dea 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # 🦠 cytoplasm 🔬 +**warning: largely an educational exercise. too slow to be practical, has not been audited, here be dragons, etc** + a javascript [membrane](https://tvcutsem.github.io/membranes) implementation. This implementation is intended to provide *secure* isolation between any number of membrane spaces. This implementation intends to support all types of objects including functions, classes, etc. By default, all membrane spaces have a "transparent distortion", meaning all operations are forwarded to the original graph. In order for this membrane to be useful you will need to provide a distortion implementation. -**status: has not been audited, here be dragons, etc** - ### features ##### intent of secure isolation