Replies: 2 comments 11 replies
-
Looks like a duplicate of #5494 ? Let's continue the discussion there in one place. |
Beta Was this translation helpful? Give feedback.
-
I have only one async function I tried to use Here's the top of the advise list:
My function is at the top, but then goes Why is It's in the DEFAULT_ASYNCIFY_IMPORTS list: https://github.com/emscripten-core/emscripten/blob/main/emcc.py#L102-L110 Is it possible (and will it be ok) to exclude |
Beta Was this translation helpful? Give feedback.
-
Hello,
Thank you for the great project!
Did I get it right that Asyncify must instrument all WASM functions, constituting the call chain from the top to the one that needs to work asynchronously?
Only these functions, or anything else?
I just tried to build
emcc -sASYNCIFY
, and the.wasm
size grew about +70%, kind of too much, so figuring out how to lessen the impact.Beta Was this translation helpful? Give feedback.
All reactions