whisper.cpp/bindings
Daniel Bevenius 2699e1485a
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
```
2025-03-26 14:49:12 +01:00
..
go go : add Encoder Begin Callback (#2900) 2025-03-19 09:05:04 +02:00
java whisper : rename suppress_non_speech_tokens to suppress_nst (#2653) 2024-12-21 12:54:35 +02:00
javascript bindings.javascript : update test instructions [no ci] (#2951) 2025-03-26 14:49:12 +01:00
ruby ruby : follow audio library change (#2851) 2025-02-28 08:09:02 +02:00
CMakeLists.txt Node.js package (#260) 2022-12-12 20:17:27 +02:00