Skip to content

Commit 2333574

Browse files
committed
update README
1 parent 98eeaa9 commit 2333574

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,4 @@
22

33
A WebAssembly actor runtime for reproducible, isolated, and observable programs.
44

5-
Every run in Theater produces a chain, created by hashing all of the information that crosses the wasm sandbox. Right now, this chain is mostly used for debugging, but there are many exciting
6-
7-
An actor's chain can be used for many things. First and currently most important, debugging. When an actor fails, you have a complete and reproducible record of everything that led up to that failure. Here is a sample run:
8-
9-
```
10-
11-
```
5+
Every run in Theater produces a chain, created by hashing all of the information that crosses the wasm sandbox. Right now, this chain is mostly used for debugging, but there are many exciting possibilities.

0 commit comments

Comments
 (0)