Skip to content

Commit cbdeeb1

Browse files
committed
update docs: directives expl
1 parent 01155a0 commit cbdeeb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

box/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
1. **FROM**
44
- 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
86

97
2. **RUN**
108
- Executes commands in a new layer on top of the current layer and commits the results.

0 commit comments

Comments
 (0)