How big is my BlocklyProp program?
tomcrawford
Posts: 1,126
Could some kind soul please explain to me how I determine how big my Blockly program compiles to?
Comments
Currently, our BlocklyProp system doesn't directly indicate the size of the program image. This is a new feature we intend to provide soon; however.
The only definitive way to find out in the meantime is to install SimpleIDE (Win/Mac/Linux, only) copy the generated code from your BlocklyProp project (use the Code button) and recompile the code in SimpleIDE.
Ken Gracey