Files
basis_universal/webgl/transcoder
Rich Geldreich 1e8fbb14fb Merge pull request #401 from needle-tools/fix/add-link-flags-o3
Fix: bring back -O3 in LINK_FLAGS for 150kB smaller JS+WASM build
2025-09-20 10:34:30 -04:00
..
2025-09-20 10:10:08 -04:00
2020-04-06 14:55:45 -07:00
2025-09-20 10:10:08 -04: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