primesoftware I've built the Javascript target and the file is about 25MB (really huge especially if you're on mobile). Is there any way to cut that size down that I'm unaware of? I don't need sound for my game if that helps any.<br /><br />Build Command:<br />scons -j12 platform=javascript tools=no target=release
vnen Run [tt]scons -h[/tt]. It will show a list of options with modules that can be enabled/disabled. E.g. since you don't need sound, you can add [tt]opus=no vorbis=no speex=no musepack=no[/tt] to remove those modules from the build.
Calinou Hopefully, [url=http://webassembly.github.io/]WebAssembly[/url] should cut file sizes down compared to Emscripten.Apparently, it's already quite better than Emscripten in terms of file sizes: https://github.com/WebAssembly/design/blob/master/FAQ.md