We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bfe01 commit a737608Copy full SHA for a737608
1 file changed
examples/matrix-math/README.md
@@ -32,7 +32,7 @@ tar xf numpy-wasi.tar.gz
32
## Running the demo
33
34
```
35
-componentize-py -d wit -w matrix-math componentize app -o matrix-math.wasm
+componentize-py -d ../../wit -w matrix-math componentize app -o matrix-math.wasm
36
wasmtime run --wasm component-model matrix-math.wasm '[[1, 2], [4, 5], [6, 7]]' '[[1, 2, 3], [4, 5, 6]]'
37
38
0 commit comments