v8worker2 icon indicating copy to clipboard operation
v8worker2 copied to clipboard

Minimal golang binding to V8

Results 15 v8worker2 issues
Sort by recently updated
recently updated
newest added

window 10 python 2.7.15 ``` $ ./build.py --use_ccache out_path None Rebuilding V8 Fetching dependencies. Traceback (most recent call last): File "./build.py", line 152, in main() File "./build.py", line 88, in...

GOPATH is a list as documented at https://golang.org/cmd/go/#hdr-GOPATH_environment_variable This commit updates the build instructions to use go list which handles GOAPTH properly. The new command also correctly handles spaces in...

I have Python 3 installed on my system. ```bash ~/go/src/github.com/ry/v8worker2 ❯ ./build.py --use_ccache out_path None Rebuilding V8 Fetching dependencies. depot_tools update failed. Conflict in /Users/nikivi/go/src/github.com/ry/v8worker2/depot_tools /Users/nikivi/go/src/github.com/ry/v8worker2/.git/modules/depot_tools/rebase-apply/patch:56: trailing whitespace. /Users/nikivi/go/src/github.com/ry/v8worker2/.git/modules/depot_tools/rebase-apply/patch:71: trailing...

I saw you already upgraded `build.py` to support Python 3, that's great. However, when I run it under Python 3, I found an error that told me Python 3 was...

when I clone the v8worker2 code, and get the submodule, it failed with: ``` > git submodule update --init --recursive Cloning into '/home/xxx/Workspace/go/src/github.com/ry/v8worker2/depot_tools'... Cloning into '/home/xxx/Workspace/go/src/github.com/ry/v8worker2/v8'... remote: Counting objects: 26439,...