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 <https://github.com/rumpkernel/rumprun-packages/tree/master/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] 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.
