mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +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.