Hello Mark and Tony,
After installing Emscripten I tried all the Pyro2 demos and the Gravity Zone does not run because of a memory issue. Java throws and exception. here is the error:
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 67108864, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0
Gravity Zone works fine in the Desktop build.