Skip to content

wasm : add note about worker.js file generation [no ci] #3133

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
May 9, 2025

Conversation

danbev
Copy link
Member

@danbev danbev commented May 9, 2025

This commit updates the documentation for the WASM examples to include a note about the generation of the worker.js file. As of Emscripten 3.1.58 (April 2024), separate worker.js files are no longer generated and the worker is embedded in the main JS file.

The motivation for this change is to inform users about the new behavior of Emscripten and why the worker.js file may not be present.

Refs: #3123

This commit updates the documentation for the WASM examples to include a
note about the generation of the `worker.js` file. As of Emscripten
3.1.58 (April 2024), separate worker.js files are no longer generated
and the worker is embedded in the main JS file.

The motivation for this change is to inform users about the new behavior
of Emscripten and why the `worker.js` file may not be present.

Refs: ggml-org#3123
@danbev danbev merged commit 9791647 into ggml-org:master May 9, 2025
@danbev danbev deleted the wasm-doc-updates branch May 22, 2025 04:19
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