On Fri, Sep 28, 2012 at 7:07 AM, Moritz Willig <[email protected]>wrote:
> i know NodeJS and have already build some Projects with it. But I want to > learn how to solve this problem this in general. As far as i see does > NodeJS also provide Plugins but they have to be linked statically into the > program (or have to be written in JS itself). > FWIW: there is no "in general" solution to this problem from a v8 perspective because v8 does not define any sort of native-side plugin interface and the behaviour of DLLs is unspecified by the C++ standard. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
