Skip to content

Commit a737608

Browse files
committed
fix matrix-math instructions
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent e1bfe01 commit a737608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/matrix-math/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tar xf numpy-wasi.tar.gz
3232
## Running the demo
3333

3434
```
35-
componentize-py -d wit -w matrix-math componentize app -o matrix-math.wasm
35+
componentize-py -d ../../wit -w matrix-math componentize app -o matrix-math.wasm
3636
wasmtime run --wasm component-model matrix-math.wasm '[[1, 2], [4, 5], [6, 7]]' '[[1, 2, 3], [4, 5, 6]]'
3737
```
3838

0 commit comments

Comments
 (0)