graphs/embuild.sh

6 lines
132 B
Bash
Raw Normal View History

2024-04-26 01:11:24 -04:00
#!/bin/bash
cd embuild
emcmake cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
emmake make -j 16
cp graphs.js graphs.wasm /var/www/html