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?
source
share