run wasm script
This commit is contained in:
parent
cd6e8a28cc
commit
998b7747e9
1 changed files with 5 additions and 0 deletions
5
run-wasm.sh
Executable file
5
run-wasm.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
wasm-pack build --target web
|
||||||
|
sed 's/.\/pkg/./g' index.html > pkg/index.html
|
||||||
|
miniserve pkg --index index.html
|
Loading…
Add table
Add a link
Reference in a new issue