mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-17 09:52:56 +00:00
e4de7b4957
This change swaps the stack chain when switching goroutines, ensuring that the chain is maintained consistently. This is only really currently necessary with asyncify on wasm.