Skip to content

Conversation

danbev
Copy link
Member

@danbev danbev commented Mar 26, 2025

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:

$ node --experimental-wasm-threads --experimental-wasm-simd ../tests/test-whisper.js
node: bad option: --experimental-wasm-threads
node: bad option: --experimental-wasm-simd

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
```
@danbev danbev merged commit 2699e14 into ggml-org:master Mar 26, 2025
@danbev danbev deleted the bindings-javascript branch April 1, 2025 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants