Minor correction: a much simpler alternative for this:

>  EM_ASM(console.log('I am here'));

...is this:

emscripten_console_log("I am here");

...in "emscripten/html5.h" ...this also goes directly to console.log().

Cheers!
-Floh.

-- 
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.

Reply via email to