We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sandbox
1 parent 988fcd1 commit 59080a1Copy full SHA for 59080a1
1 file changed
examples/sandbox/README.md
@@ -17,7 +17,7 @@ pip install componentize-py==0.13.0 wasmtime==18.0.2
17
## Running the demo
18
19
```
20
-componentize-py -d wit -w sandbox componentize guest -o sandbox.wasm
+componentize-py -d sandbox.wit componentize --stub-wasi guest -o sandbox.wasm
21
python3 -m wasmtime.bindgen sandbox.wasm --out-dir sandbox
22
python3 host.py "2 + 2"
23
0 commit comments