5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
wasm-pack build --target web
|
|
npm run bundle
|
|
cp pkg/vweb_bg.wasm src/index.html build |