Incorporating Google V8 into ANSI C - where to start?

I would like to embed a javascript engine in an ANSI C application.

In fact, I would like to be able to run some code entered at runtime, being able to interact with some C variables and functions.

So is the V8 the only choice? Where to begin?

+5
source share

All Articles