Prebuilt versions of basis_transcoder.js and basis_transcoder.wasm are included in the build/ folder, and are sufficient for local demos. To build the transcoder yourself, first install emscripten (tutorial) and cmake (download). Then run:
basis_transcoder.js
basis_transcoder.wasm
build/
cd webgl/transcoder/build/ emcmake cmake ../ make