Skip to content

bindings.javascript : update test instructions [no ci] #2951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

danbev
Copy link
Collaborator

@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