looking for a javascript engine
Posted
by
c0f33.alex
on Stack Overflow
See other posts from Stack Overflow
or by c0f33.alex
Published on 2012-06-10T08:33:19Z
Indexed on
2012/06/10
10:40 UTC
Read the original article
Hit count: 211
i'm looking for a js engine to that I can (easily) expose C/C++ functions, classes etc. The API should allow changing exposed values from within C++ (by storing some kind of pointer or reference to an object inside js or so...). I've considered using google's v8 but I'm new to it and don't know whether it will satisfy my requirements. Can someone tell me whether I should stick to v8 or try something else?
© Stack Overflow or respective owner