Replies: 2 comments 2 replies
-
By To pass more messages to a worker don't you just use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, you are right about old worker. But question about how to put worker or more of them in the same single file right way stay opened :( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to all,
First of all, I tried use Emscripten Worker API with manual base64 unpacking and integrating to single file.
It worked for me and I could start task with initial data, even return multiple results.
But I didn't find a way to pass more data to sleeping existing worker?
I see need for one more extra function to pass more messages to worker.
And would be happy to hear better way or tools to integrate multiple JavaScripts to single HTML file.
I used:
and
to integrate Worker in single HTML file.
Beta Was this translation helpful? Give feedback.
All reactions