v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
v8toolkit is a multi-layer library to simplify working with the V8 Javascript engine.
It contains a set of primitive functions in v8toolkit.h, a library that extends the functionality in v8toolkit to user-defined class types in v8_class_wrapper.h, and a set of high level classes for integrating V8 with virtually no knowledge of the underlying v8 API in javascript.h.
Each of these libraries has internal documentation of its types and functions as well as an example usage files (any .cpp file with "sample" in its name).