Just to add, you can run something like E.getSizeOf(global,1) every once in a while, and see if some particular variable keeps going up in size.
E.getSizeOf(global,1)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just to add, you can run something like
E.getSizeOf(global,1)
every once in a while, and see if some particular variable keeps going up in size.