aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbrian horakh <[email protected]>2023-09-30 05:42:59 +0000
committerbrian horakh <[email protected]>2023-09-30 05:42:59 +0000
commit08175f191a302b44a0201be1741dc3613ee2f819 (patch)
tree95135e17594baae25d2f5edc67c72a07aebbb771 /examples
parent8da987cfbb6b2f3d6bdbe11e60e0f0db8f030b1b (diff)
bump wasm-pack version
Diffstat (limited to 'examples')
-rw-r--r--examples/wasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm/README.md b/examples/wasm/README.md
index 3b037ea0b..3d300d9aa 100644
--- a/examples/wasm/README.md
+++ b/examples/wasm/README.md
@@ -3,7 +3,7 @@
3Examples use a CLI tool named `wasm-pack` to build this example: 3Examples use a CLI tool named `wasm-pack` to build this example:
4 4
5``` 5```
6cargo install wasm-pack --version 0.9.1 6cargo install wasm-pack --version 0.12.1
7``` 7```
8 8
9## Building 9## Building