-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
According to #12833 (comment) which says the following:
SINGLE_FILE=1 is not supported with Wasm Workers (like it is not supported with pthreads)
I'm unable to find other specific documentation for pthreads not supporting SINGLE_FILE, but locally I can confirm that removing SINGLE_FILE does indeed fix the threading issue I'm running into (where the thread does not get executed with detach).
What is the specific reason(s) that SINGLE_FILE does not work with pthreads? From what I understand about SINGLE_FILE, it adds the contents of the .js and .wasm files (as a Base64 string) into the HTML file as opposed to reading the wasm contents via locateFile - clearly there is something else that I'm missing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels