Replies: 3 comments
-
Good questions: I posted #21686 to improve the documentation on these aspects. LMK if there's wordings that could be improved there, or things to expand on further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the difference between the wasm worker and the worker api in emscripten.h
How to know how much stack size of a wasm worker?
What does a wasm worker do when it runs out of that stack?
Why do I have to know how much a wasm worker need at compile time? Can it just malloc?
Beta Was this translation helpful? Give feedback.
All reactions