I think you'd be fine using the API calls for jshFlashRead, if that's what you were thinking of? jshFlashRead isn't (or shouldn't) be called that often so wouldn't hurt performance.
As @tve says, I wouldn't start changing internal stuff (eg. E.memoryArea) to use it, or performance will really suffer.
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.
I think you'd be fine using the API calls for
jshFlashRead
, if that's what you were thinking of?jshFlashRead
isn't (or shouldn't) be called that often so wouldn't hurt performance.As @tve says, I wouldn't start changing internal stuff (eg. E.memoryArea) to use it, or performance will really suffer.