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