Update README.md

This commit is contained in:
Rich Geldreich
2026-02-19 18:13:07 -05:00
committed by GitHub
parent 33cfe3204c
commit df1677b716

View File

@@ -1,3 +1,5 @@
`basisu_wrappers.cpp` contains our JavaScript API, which is a thin layer above our encoder and transcoder's C++ API's.
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