2

Does anyone know where I can find a nice tutorial on how to expose a c++ class to the V8 engine? I want to be able to call create objects, call their methods and modify their variables from a js script.

Most results on google are very outdated (5-6 years old) and I want to use a relatively new version of V8.

Also tried v8pp with V8 6.9, but many things don't work as they're shown on the github page.

Comments
Add Comment