Skip to content

Commit 3224f8c

Browse files
committed
Add packing script
1 parent 023aa76 commit 3224f8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pack.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
cargo web build --target=wasm32-unknown-unknown
3+
cp target/wasm32-unknown-unknown/debug/vision.wasm static/.
4+
cp target/wasm32-unknown-unknown/debug/vision.js static/.

0 commit comments

Comments
 (0)