tail calls
#4731
Replies: 1 comment
-
See previous discussion at emscripten-core/emscripten#10991. LLVM and Binaryen support tail calls, but I don't believe they have been shipped in any Web engine yet, so you can't actually use them in practice. It's possible co_wait will just work but be inefficient or sometimes exhaust the stack, but I haven't tried. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
@tlively, the tail call support in binaryen, does that mean I can do co_wait stuff now? I also noticed in the blazor.net stuff they also managed to implement the "tail" instruction somehow for webassembly?
Beta Was this translation helpful? Give feedback.
All reactions