You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,4 @@
2
2
3
3
A WebAssembly actor runtime for reproducible, isolated, and observable programs.
4
4
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