whisper.cpp/bindings/CMakeLists.txt
Georgi Gerganov e905c6f827 wip : initial WASM port
Works but it is very slow because no SIMD is used.
For example, jfk.wav is processed in ~23 seconds using "tiny.en" model
2022-10-22 18:54:01 +03:00

4 lines
57 B
CMake

if (EMSCRIPTEN)
add_subdirectory(javascript)
endif()