Replies: 2 comments 11 replies
|
Looks like a duplicate of #5494 ? Let's continue the discussion there in one place. |
4 replies
|
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 |
7 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.
Uh oh!
There was an error while loading. Please reload this page.
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.wasmsize grew about +70%, kind of too much, so figuring out how to lessen the impact.All reactions