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.