Files
vulcan/vweb/build.sh
T

6 lines
148 B
Bash
Raw Normal View History

2023-01-01 17:26:21 -06:00
#!/bin/bash -e
wasm-pack build --target web
npm run bundle
2023-02-06 12:20:03 -06:00
cp pkg/vweb_bg.wasm src/index.html src/snippet_emulator_demo.html src/basics.html build