Hi All, I am looking to embed v8 into AlchemyDatabase http://code.google.com/p/alchemydatabase/ - I am the author.
I have already embedded Lua and one very nice feature of Lua is lua functions can be written in C and these functions can be called from Lua. In AlchemyDB, I have a lua function "client()" (written in C) and lua scripts (run w/in the DB engine) can call "client()" to access the DB directly/natively. Does V8 embedding have something like this, so not only a way to call Javascript from C, but also a way to call C from Javacript? - Jak -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
