mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 00:23:52 +00:00
Update README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
`basisu_wrappers.cpp` contains our JavaScript API, which is a thin layer above our encoder and transcoder's C++ API's.
|
||||
`basisu_wrappers.cpp` contains our JavaScript API (implemented via [emscripten](https://emscripten.org/)), which is a thin layer above our encoder and transcoder's C++ API's. As of Basis Universal v2.0 it supports optional WASM multithreading and WASM64.
|
||||
|
||||
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user