From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-po-12v.sys.comcast.net (unknown [IPv6:2001:558:fe16:19:250:56ff:feb0:855]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 4FBC07884B for ; Sun, 14 Dec 2014 05:17:54 -0800 (PST) Received: from resomta-po-04v.sys.comcast.net ([96.114.154.228]) by resqmta-po-12v.sys.comcast.net with comcast id TRFs1p0034vw8ds01RG0Uh; Sun, 14 Dec 2014 13:16:00 +0000 Received: from eklhad ([68.84.191.77]) by resomta-po-04v.sys.comcast.net with comcast id TRFz1p00F1gep3001RFzZL; Sun, 14 Dec 2014 13:16:00 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.5.2 Date: Sun, 14 Dec 2014 08:15:59 -0500 Message-ID: <20141114081559.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1418562960; bh=hUoDxbHCDjpzyxt98+sB84xP1obJWZS4MTLKzt+kVf0=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=V5OLZAvJCk83u8xcFyoBKG58hYhnZhQDRolt0iNwPqgKAolm5sn77q/pBakUyymfn 0txIIhVH/2N5woZda5a1HvtTcRxOtMd/xH9wzMB14/YJdjoa4QEIH45tsn/F0NdpYK 0eDhf9C1Pr822lWrOMbUNmqEQQoleEdpvt4aiC5PJFDmiXb/PTW+QvtXf4JFkSxpma sb09f0ZrbpkXeGR7h4TBWo4nNu9GqNWOnUYa03r4kmFjUSmChYp24iPoPumJdQXDn/ jAQLwsImhouB9OEiP97SWt1L3LxXZ+hk396r88HZqcT++v2Gdlc7WTSQWAr4ou9+xi PhmziR8WuN26A== Subject: [Edbrowse-dev] hello world v8 X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2014 13:17:54 -0000 Hi all. I added the v8 javascript hello world program for v8, as found in https://developers.google.com/v8/get_started No, it doesn't work, but maybe somebody can tweak it just a bit so it does. You would think that the program from the google site would run out of the box. Maybe I'm missing a package. I also added some hello targets to the makefile, so you can run make js_hello_moz make js_hello_v8 Of course the moz version works. I made a few changes to header files to support what is coming. These do not interfere with edbrowse today, example, additional fields in structures, and new messages we will need for the js process and communication thereto. I'm making progress, and will post a new sourcefile soon, again not interfering with edbrowse today, but something you can look at. Cheers, Karl Dahlke