Re: [FalconJx] asm.js

2013-03-28 Thread Kevin Newman
Editing the compiler is a bit over my head, though I'm happy to through out comments on the generated JS code. Just to brainstorm a bit further, using the asm.js switch idea as inspiration, there is a way to finally use Alchemy right from within AS3. In thinking about what it would take to add

Re: [FalconJx] asm.js

2013-03-27 Thread Erik de Bruin
For now, we're using the Google Closure Tools (mainly the GCC with JSDoc annotation). This gives use the benefit of having our output (structured but human readable JavaScript) recompiled into highly optimised and minified 'release' JavaScript. Having said that, given the flexible way FalconJx is