Hacker News new | ask | show | jobs
by merlish 2975 days ago
How do you implement co-operative multitasking in WebAssembly?

Do you have to analyze the source program & know where every possible call to a yield is, and store all resulting suffixes of a function as new functions?