Sign in
skia
/
external
/
github.com
/
BinomialLLC
/
basis_universal
/
refs/tags/1.16.2
/
.
/
build_emscripten.sh
blob: 7b0cfb7e2c5050a2f1303146d56f59dc5035edd6 [
file
] [
log
] [
blame
]
#!/bin/sh
if
!
emcc
--
version
then
echo
"Emscripten not found on PATH. Please follow instructions on https://emscripten.org/docs/getting_started/downloads.html"
exit
fi
emcmake cmake
.
emcmake make