• The emulator performs some strange variable reassignments to my code when I try to minify it.
    When I change these variable definitions from let keys; to var keys; and re-run the code, I get low memory errors. This happens for both Bangle.js 1 and 2.
    How can I overcome these limitations? Is there a way that I can simulate more memory on the emulator?

About