blob: 901ee9287b241c2544ca93cea4e1c5f619ae1729 [file] [log] [blame]
#!/bin/bash
set -ex
which asm2wasm
which llvm-ar
which emsdk
node --version
npm --version
python3 --version
pip3 --version
em++ --version
emcc --version
java -version
cmake --version
# cleanup after test
find ${EMSDK} -name "*.pyc" -exec rm {} \;