Skip to content

Commit 59080a1

Browse files
committed
fix sandbox example instructions
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 988fcd1 commit 59080a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install componentize-py==0.13.0 wasmtime==18.0.2
1717
## Running the demo
1818

1919
```
20-
componentize-py -d wit -w sandbox componentize guest -o sandbox.wasm
20+
componentize-py -d sandbox.wit componentize --stub-wasi guest -o sandbox.wasm
2121
python3 -m wasmtime.bindgen sandbox.wasm --out-dir sandbox
2222
python3 host.py "2 + 2"
2323
```

0 commit comments

Comments
 (0)