Home | History | Annotate | Download | only in embenchen

Lines Matching refs:Either

712 // @types: Either an array of types, one for each byte (or 0 if no type at that position),
1074 abort('Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value ' + TOTAL_MEMORY + ', (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.');