First Steps the Second: Calling into and out of JavaScript
June 19, 2007
The reason I picked WebKit is that it (seemed) to be easy to call JavaScript from C++ and (hopefully) the reverse too (by some glue JavaScript magic).
I have a pointer on how to do the former (JS from C++). Getting this working is my next task.