From d8a0dde31aba35d1304b44563eac99a08217a7ad Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 12 Dec 2022 20:33:09 +0200 Subject: [PATCH] Update README.md --- bindings/javascript/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bindings/javascript/README.md b/bindings/javascript/README.md index 6f4608b..3947d25 100644 --- a/bindings/javascript/README.md +++ b/bindings/javascript/README.md @@ -8,12 +8,9 @@ Package: https://www.npmjs.com/package/whisper.cpp The performance is comparable to when running `whisper.cpp` in the browser via WASM. -The API is currently very rudimentary: +The API is currently very rudimentary: [bindings/javascript/emscripten.cpp](/bindings/javascript/emscripten.cpp) -https://github.com/ggerganov/whisper.cpp/blob/npm/bindings/javascript/emscripten.cpp - -I am hoping that there will be interest in contributions and making it better based on what is needed in practice. -For sample usage check [tests/test-whisper.js](https://github.com/ggerganov/whisper.cpp/blob/npm/tests/test-whisper.js) +For sample usage check [tests/test-whisper.js](/tests/test-whisper.js) ## Package building + test