I see that you've added heatshrink compression to Espruino and that the Flash module is setup to use it, but I'm not sure if that is active at the moment as I don't see the macro USE_HEATSHRINK being set anywhere.
Is it possible, and would it make sense, to have heatshrinkjswrap-ed so that we could use it when playing with strings and typed arrays in javaScript?
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 see that you've added
heatshrink
compression to Espruino and that theFlash
module is setup to use it, but I'm not sure if that is active at the moment as I don't see the macroUSE_HEATSHRINK
being set anywhere.Is it possible, and would it make sense, to have
heatshrink
jswrap-ed so that we could use it when playing with strings and typed arrays in javaScript?