hi

         As part of the standalone V8 engine, I have written a bunch
of functions in c++ which can be called from javascript and be
executed. All this happens in terminal/console. Now I want to use
these functions in the browser as well, i.e., I wanna write html pages
which have javascript and they call these functions. How do I do that?
Do I need to compile chrome all over or do I just make some sort of
dynamically linked library? A rough outline of the steps required
would be greatly appreciated.

        I'm using linux where I compiled V8 and am using it.

                 thanks

sashidhar
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to