mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
9e9be09e9a
Goexit cannot run deferred functions on architectures without panic unwinding. Query runtime.supportsRecover before calling it so unsupported targets report an error instead of leaving the test runner blocked forever.