Files
how-to-vulkan/ktx/external/basisu/webgl/transcoder/README.md
T
2026-06-14 19:09:18 +01:00

8 lines
402 B
Markdown

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](https://webassembly.org/getting-started/developers-guide/)) and cmake ([download](https://cmake.org/download/)). Then run:
```shell
cd webgl/transcoder/build/
emcmake cmake ../
make
```