Skip to content

Commit 4cdec56

Browse files
committed
update matrix-math example to point to new numpy build
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 1fde8cc commit 4cdec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/matrix-math/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://github.com/bytecodealliance/wasmtime/releases/tag/v37.0.1.
2424
```
2525
cargo install --version 37.0.1 wasmtime-cli
2626
pip install componentize-py==0.18.0
27-
curl -OL https://github.com/dicej/wasi-wheels/releases/download/v0.0.1/numpy-wasi.tar.gz
27+
curl -OL https://github.com/dicej/wasi-wheels/releases/download/v0.0.2/numpy-wasi.tar.gz
2828
tar xf numpy-wasi.tar.gz
2929
```
3030

0 commit comments

Comments
 (0)