]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
bindings.javascript : update test instructions [no ci] (#2951)
authorDaniel Bevenius <redacted>
Wed, 26 Mar 2025 13:49:12 +0000 (14:49 +0100)
committerGitHub <redacted>
Wed, 26 Mar 2025 13:49:12 +0000 (14:49 +0100)
commit2699e1485a9180cc666a937cf1b3c17da4168bf3
treee6dc7095b362fe4fdb8a9412be3414eea09aaddb
parent594a121f3ed1aad292b36e8f375c71553f6266ba
bindings.javascript : update test instructions [no ci] (#2951)

This commit updates the instructions for running the test in the
JavaScript bindings README file.

The motivation for this is for Node.js versions after v16.4.0 the
`--experimental-wasm-threads` and `--experimental-wasm-simd` flags are
no longer required and they generate the following errors:
```console
$ node --experimental-wasm-threads --experimental-wasm-simd ../tests/test-whisper.js
node: bad option: --experimental-wasm-threads
node: bad option: --experimental-wasm-simd
```
bindings/javascript/README.md