Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis authored Nov 20, 2024
1 parent cbebaf8 commit f72ab77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f72ab77

Please sign in to comment.