Files
basis_universal/webgl/transcoder
Arseny Kapoulkine a52a31e5b0 Rebuild basis_transcoder with new Emscripten (emsdk 1.38.31)
basis_transcoder.js 141235
basis_transcoder.wasm 833219
2019-05-22 20:48:42 -07:00
..
2019-05-15 09:35:53 -07:00
2019-05-15 09:30:31 -07:00
2019-05-15 14:24:55 -07:00
2019-05-15 09:47:00 -07:00

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:

cd webgl/transcoder/build/
emcmake cmake ../
make