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