I initially thought a microtask boundary was sufficient, but with wasm
breakpoints with no symbols (where we resume synchronously) I observed
that sometimes the queued resume would not be dequeued before the
next paused event was handled. So this moves it to a full macrotask.
I initially thought a microtask boundary was sufficient, but with wasm breakpoints with no symbols (where we resume synchronously) I observed that sometimes the queued
resume
would not be dequeued before the next paused event was handled. So this moves it to a full macrotask.