]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Node.js package (#260)
authorGeorgi Gerganov <redacted>
Mon, 12 Dec 2022 18:17:27 +0000 (20:17 +0200)
committerGitHub <redacted>
Mon, 12 Dec 2022 18:17:27 +0000 (20:17 +0200)
commitf309f97df62b6d1ebec1a3cc94f465097ce7b02a
tree8e1f9c58b06444f97909ebbdfb0e84d95a787560
parentaa6adda26e1ee9843dddb013890e3312bee52cfe
Node.js package (#260)

* npm : preparing infra for node package

* npm : package infra ready

* npm : initial version ready

* npm : change name to whisper.cpp

whisper.js is taken
15 files changed:
CMakeLists.txt
bindings/CMakeLists.txt
bindings/javascript/CMakeLists.txt
bindings/javascript/README.md [new file with mode: 0644]
bindings/javascript/emscripten.cpp
bindings/javascript/libwhisper.worker.js [new file with mode: 0644]
bindings/javascript/package-tmpl.json [new file with mode: 0644]
bindings/javascript/package.json [new file with mode: 0644]
bindings/javascript/whisper.js
examples/whisper.wasm/CMakeLists.txt
examples/whisper.wasm/emscripten.cpp [new file with mode: 0644]
examples/whisper.wasm/index-tmpl.html
extra/deploy-wasm.sh
tests/CMakeLists.txt
tests/test-whisper.js [new file with mode: 0644]