Re: [v8-users] Building v8

2016-10-17 Thread Travis Sharp
ibute to the wiki to >>>>> update it for everyone else? >>>>> >>>>> >>>>> On Thursday, September 15, 2016 at 10:11:01 PM UTC-7, Jochen Eisinger >>>>> wrote: >>>>> >>>>>> by default, we build thin

[v8-users] Building v8

2016-09-15 Thread Travis Sharp
I've followed the current instructions for building v8 with GN on https://github.com/v8/v8/wiki/Building%20with%20GN but after further inspection it looks as if the build only links the .o output instead of creating libraries for use in other applications. Am I missing a step or is this intended?

Re: [v8-users] [Beginner question] How to link a plugin

2012-09-27 Thread Travis Sharp
http://nodejs.org/ On Thu, Sep 27, 2012 at 1:58 PM, Moritz Willig wrote: > Hello, > I'm new to C++ and of course to the V8 engine, too. I would like to create > an javascript service to send request to a server (something similar > accessing an SQL Server). My main application code is executing w