mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-17 18:02:57 +00:00
387e1340bf
There are two places that try to store values directly in pointers, if possible: closures and interfaces. Use the same functions for both.