No dynCalls. It either calls from JS into a C api that calls the C++ method, or in the other direction C++ has an EM_ASM block that calls back into JS. It's fairly minimalistic.
- Alon On Thu, Apr 24, 2014 at 2:00 PM, Chad Austin <[email protected]> wrote: > On Thu, Apr 24, 2014 at 1:29 PM, Alon Zakai <[email protected]> wrote: > >> Yes, this deprecates the bindings generator (some of the worst code I >> ever wrote, please don't look at it). >> > > :) > > WebIDL is a nice improvement. > > Did you have to use dynCall in the implementation? > > -- > 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.
