Hi, Thanks, I built the node from source as a static library and looked for relevant v8 archives. Thanks!
On Friday, April 12, 2019 at 12:42:19 PM UTC+5:30, Ujjwal Sharma wrote: > > Hi Nikhil! > > Have you tried digging into Node's GYP config files? > That might give you an idea of what needs to be done. > > Cheers, > Ujjwal > > On Fri, 12 Apr 2019 at 11:03, <[email protected] <javascript:>> wrote: > > > > Hi All, > > > > I am working on a project to port v8 to run in IncludeOS (a c++ > unikernel system) so we can run nodejs applications as unikernels. In order > to run as a unikernel, the libraries need to be static. I successfully > created all the static libraries for v8 (around 30). Now I need to figure > out which ones are required to run nodejs. I looked at > rumprun-nodejs(another unikernel project) but they're building fron nodejs > source which we can't do (yet). I looked online to see if I can find > something, but I couldn't. I would really appreciate if someone can let me > know how to figure this out. > > > > Regards, > > Nikhil > > > > -- > > -- > > v8-dev mailing list > > [email protected] <javascript:> > > http://groups.google.com/group/v8-dev > > --- > > You received this message because you are subscribed to the Google > Groups "v8-dev" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
