The Storage Module built in to Espruino itself which allows you to save simple 'files' - and load them in a memoryArea-style way that doesn't use up RAM.
Save to flash and modules as functions in the Web IDE, which automatically save your code direct to flash
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 update this, there's now:
Save to flash
andmodules as functions
in the Web IDE, which automatically save your code direct to flashThese work on all platforms.