how can we create worker separately ? #23972
Answered
by
sbc100
xalteropsx
asked this question in
Q&A
-
example.js , example.wasm ,example.worker.js but when i compile i only get 2 example.js , example.wasm like i see many people create 3 wasm file instead of 1 or 2 |
Beta Was this translation helpful? Give feedback.
Answered by
sbc100
Mar 24, 2025
Replies: 1 comment 9 replies
-
Modern versions of emscripten no longer use a separate worker.js file when using pthreads. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
xalteropsx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modern versions of emscripten no longer use a separate worker.js file when using pthreads.