Tutorial Web Assembly and Ray Casting
Following is a quickstart guide to get your computer setup for running the demo
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
cd ..
git clone https://bitbucket.alexandra.dk/scm/cg/raykarstenwebasm.git
cd raykarstenwebasm
chmod +x runMake.sh
chmod +x setEnv.sh
./setEnv.sh
./runMake.sh