Well, actually uploading the module inline with the rest of the code could really help if it's an out of memory you get during upload.
Compiling code doesn't have quite as much of an effect as you'd think. From my random tests it looks like minified code is about as compact (if not better than!) compiled code as far as code size goes.
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.
Well, actually uploading the module inline with the rest of the code could really help if it's an out of memory you get during upload.
Compiling code doesn't have quite as much of an effect as you'd think. From my random tests it looks like minified code is about as compact (if not better than!) compiled code as far as code size goes.