Replies: 1 comment 3 replies
-
I have just found this piece of code: binaryen/src/wasm/wasm-emscripten.cpp Lines 55 to 58 in d3f2df3 Is this assumption also used by |
Beta Was this translation helpful? Give feedback.
3 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.
-
When I have code like the following, the local has to be stored within a stack in the memory so that it can be referred to from
xxx
(bar inlining). Does--asyncify
handle this well? And how does it know where the stack is in the memory?Beta Was this translation helpful? Give feedback.
All reactions