Files
vulcan/vweb/build.sh
T
2023-01-26 15:14:37 -06:00

6 lines
132 B
Bash
Executable File

#!/bin/bash -e
wasm-pack build --target web
npm run bundle
cp pkg/vweb_bg.wasm src/index.html src/snippet_emulator_demo.html build