Perhaps you have js engine logging disabled in your console? Do you see successful compilation messages when viewing this demo, for example? http://kripken.github.io/box2d.js/webgl_demo/box2d.html
- Alon On Wed, May 21, 2014 at 9:00 PM, eleven <[email protected]> wrote: > Dear All > > I wrote a piece of simplest c++ code just like: > int main() > { > return 0; > } > > > Then I use emcc -O2 -s ASM_JS=1 main.cpp -o demo.html , as the > reference ( > https://blog.mozilla.org/luke/2013/03/21/asm-js-in-firefox-nightly/) > says, I should see the > > "Successfully compiled asm.js code". Unfortunately, I never see that. > > Then how can I validate the AOT really work or not in firefox or firefox > os ? > > > Thank you > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
