dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

Javascript files have to be split up to less than 1MB size to avoid silly issue on mobile browser #40

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

Especially for Android, when we create the package, no asset is allowed to be larger than a MB or else we hit the bizarre UNCOMPRESS_DATA_MAX error. So by necessity, we need to support being able to generate a file per module.

dyoo commented 13 years ago

Added --split-modules to command line. Closing issue.