mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-17 18:02:57 +00:00
6896b0014b
Previously using defer with an exported function generated an invalid function call due to differences between TinyGo's calling convention and the C calling convention.