You are reading a single comment by @GeekBot and its replies. Click here to read the full conversation.
  • Hello,

    I wish to use the Async library, because it would save me a lot of time... I got the last version of the library from http://caolan.github.io/async/index.html . The minified and the non minified files are placed in the modules directory.
    The target is Espruino Pico V1.86.
    I reset() the target and then import with this code :

    var async = require("async");
    

    The import fails and returns:

    >echo(0);
    ERROR: Out of Memory!
    in function called from line 1 col 20814
    ...lectSeries=t,a.wrapSync=E;}));
                                  ^
    =undefined
    > 
    

    The minified file is 20816 bytes (so it should get into memory ?).
    It seems that some other Espruino users managed to use Async on Espruino.

    Any clue and advice is welcome.

    GeekBot

About

Avatar for GeekBot @GeekBot started