there is Node which uses V8 and runs JS only.... nodejs.org chrome devtools will also connect to node to debug javascript.
On Mon, Aug 13, 2018 at 5:05 AM dan Med <[email protected]> wrote: > how can i move forward it has beeen a month since i tried to build this... > > 2018-08-13 14:04 GMT+02:00 dan Med <[email protected]>: > >> it gave me this error again >> and said go look at this link >> https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md >> >> 2018-08-13 14:03 GMT+02:00 dan Med <[email protected]>: >> >>> Anyone online >>> >>> >>> 2018-08-13 12:52 GMT+02:00 dan Med <[email protected]>: >>> >>>> Now invio running again the fetch command, already did the depot tools >>>> part and gclient >>>> >>>> On Mon, 13 Aug 2018 at 00:13, dan Med <[email protected]> wrote: >>>> >>>>> Yes but by compiling v8 I should be able to debug javascript pages >>>>> >>>>> On Sun, 12 Aug 2018 at 23:53, 'Jakob Kummerow' via v8-users < >>>>> [email protected]> wrote: >>>>> >>>>>> The official build instructions are at >>>>>> https://github.com/v8/v8/wiki/Building-with-GN. They work. >>>>>> >>>>>> That said, V8 implements ECMAScript, and as such has no idea about >>>>>> HTML or the DOM-related parts of JavaScript. >>>>>> >>>>>> On Sun, Aug 12, 2018 at 7:10 AM <[email protected]> wrote: >>>>>> >>>>>>> Hi i've been trying to build the javascript v8 engine for as long as >>>>>>> 3 weeks now,..... i've followed many guides all of them miss some >>>>>>> information >>>>>>> I'm looking for a guide that helps to build the engine it self along >>>>>>> all of its compiler and stuff such that i could be able to throw at it a >>>>>>> /HTML/JS page. >>>>>>> Thank you >>>>>>> >>>>>>> -- >>>>>>> -- >>>>>>> v8-users mailing list >>>>>>> [email protected] >>>>>>> http://groups.google.com/group/v8-users >>>>>>> --- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "v8-users" 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. >>>>>>> >>>>>> -- >>>>>> -- >>>>>> v8-users mailing list >>>>>> [email protected] >>>>>> http://groups.google.com/group/v8-users >>>>>> --- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "v8-users" 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. >>>>>> >>>>> >>> >> > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" 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. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
