Is there a standard plugin format I can access from my stand-alone v8
code?

I've noticed a lot of interesting add-ons like llv8call or k7, but
they all seem a little heavyweight for me.  I'm not entirely
comfortable mixing my main code with a dozen C++ wrapper extensions at
compile-time, and I'd rather have something I can compile separately
and drop-in as a binary.  I can see "v8ext" in llv8call, but is there
a lot of support for that?

For my own code, I pass a global object to a "load" function in a
shared library from a single "import" function which looks for .so
and .js files in a lib folder.  It would be great if there were a
repository of plug-ins in a similar fashion.

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

Reply via email to