You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project with limited flash availability.
I've followed the guides for low memory optimizations, but I'm looking to save more flash space if possible.
Is there a flag to compile out the parsing of JavaScript and only keep the functions that execute bytecode? Would that save some flash space on the target microcontroller?
The text was updated successfully, but these errors were encountered:
I'm working on a project with limited flash availability.
I've followed the guides for low memory optimizations, but I'm looking to save more flash space if possible.
Is there a flag to compile out the parsing of JavaScript and only keep the functions that execute bytecode? Would that save some flash space on the target microcontroller?
The text was updated successfully, but these errors were encountered: