tlrobinson / narwhal

[DEPRECATED] A JavaScript standard library, package manager, and more.
http://narwhaljs.org/
372 stars 16 forks source link

[pull-request] v8cgi engine #87

Open veged opened 14 years ago

veged commented 14 years ago

I start v8cgi engine for Narwhal -- http://github.com/veged/narwhal . Many tests still fails, but in common scenarios it's work fine (at example in my ometajs module http://github.com/tlrobinson/narwhal/issues#issue/86).

tlrobinson commented 14 years ago

Cool! However, could you split the engines/v8cgi directory into it's own repository named narwhal-v8cgi, and I'll add it as a package to tusk. We try to keep the main repo limited to the Rhino engine to make it easy to get started, then add additional engines as packages.

See these for examples of package.json and directory structure:

http://github.com/280north/narwhal-jsc http://github.com/Gozala/narwhal-xulrunner

Thanks.

veged commented 14 years ago

ok but I need one commit merge -- http://github.com/veged/narwhal/commit/b0950e15b9056c168cb21d4e0dc8e52d58535348

veged commented 14 years ago

it's ready http://github.com/veged/narwhal-v8cgi