Hi, Did you test it ? I see no reason why embind should not work with V8. A lot of the magic in embind happens at the compile time, thus is independant of the engine. The rest is just regular js.
Le mardi 18 juillet 2017 18:34:03 UTC+2, Kavin Mani a écrit : > > Hi, > > I'm currently exploring different ways to expose C++ objects and classes > to V8 Javascript engine. I came across Embind now and it looks like a > promising way to expose C++ functions and classes in Javascript. But > nowhere in the documentation (or elsewhere) could I see that Embind could > be used to expose C++ objects in V8 engine. Hence, I am seeking help here. > Can Embind be used to expose C++ objects in V8 Javascript engine? > > Thanks, > Kavin > -- 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.
