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: box/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
3
3
1.**FROM**
4
4
- Initializes a new build stage and sets the base layer.
5
-
- The standard base layer for alpha release supports these [syscall interfaces](https://github.com/arjunr2/WALI/blob/main/docs/support.md).
6
-
- Future versions will support full virtualization. See [platform layering](https://github.com/dphilla/marcotte-wasm), and [interfaces](https://github.com/dphilla/wasm-libc).
7
-
- A base layer includes the Wasm runtime by default, but can be produced with syscall interfaces only, in pure Wasm, with `--wasm-only`
5
+
- See [Marcotte](https://github.com/dphilla/marcotte) for more info
8
6
9
7
2.**RUN**
10
8
- Executes commands in a new layer on top of the current layer and commits the results.
0 commit comments