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