go-v8
go-v8 copied to clipboard
Go binding for v8
I hope there is plan to update it.
I wanted to give go-v8 a try, but I am in front of a windows PC right now and the build instructions for windows in the README seem to be...
I get a SIGSEGV when I am using this on a mac while running the tests and the example. Here is the failure => https://gist.github.com/sheki/e3a057b13de3389f02bb Eager to hear if you...
I'm getting following errors on compilation: ``` g++ `go env GOGCCFLAGS` -I. -c v8wrap.cc -lv8 v8wrap.cc: In function ‘std::string to_json(v8::Handle)’: v8wrap.cc:22:19: error: no matching function for call to ‘v8::HandleScope::HandleScope()’ v8::HandleScope...
Go-v8 is seemingly working great, but it seems to be missing features that would make it useful to real apps like adding functions to existing JS objects, or prototypes, or...
I would like to implement setTimeout and setInterval. The version that I have created below works but it is blocking anything in the JS from running. I'm new to Go...
Hi, I am trying to make the project but I get the error: ~/gocode/src/go-v8 $ go build /usr/bin/ld: cannot find -lv8wrap collect2: ld returned 1 exit status Do you know...
Hey :) I just started working with (and on) go-v8 and I'm currently unable to run the test suite. I usually hate opening issues without including a fix, but I...