v8worker icon indicating copy to clipboard operation
v8worker copied to clipboard

Minimal golang binding to V8

Results 9 v8worker issues
Sort by recently updated
recently updated
newest added

One of the amazing things about Go is how fast it compiles. Since installing the great v8worker lib, my build time has slowed from

This is a feature request. A major use case for v8worker might be to load a node.js module (which may itself require more node modules as dependencies) to perform work,...

At some moment SendSync returns an empty string instead of the result. In my case, it happens right after calling another package with C bindings (https://github.com/gographics/imagick) My code: `data :=...

![image](https://user-images.githubusercontent.com/29445066/30250163-6618225e-967c-11e7-8feb-fbae00458193.png) why stop this? always running!does not sent any error. on centOS.thank you .if you can tell the reason

``` root@ubuntu:~/gostuff/src/github.com/ry/v8worker# make GYPFLAGS="-Dcomponent=shared_library" ... Description: v8 javascript engine Version: native Cflags: -I/root/gostuff/src/github.com/ry/v8worker/v8/include -I/root/gostuff/src/github.com/ry/v8worker/v8/ Libs: -Wl,--start-group /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_libbase.a /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_base.a /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_libplatform.a /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_snapshot.a -Wl,--end-group -lrt -ldl' go test -c # github.com/ry/v8worker ./v8/out/native/obj.target/v8_base/src/api.o: In...

Hello, I have some questions. 1. Cloning the worker state (variables) I dream of doing something like: - js: $sendSync(...) - go: recvSync(...) {...} - clone the state of the...

The original reference to the NativeModule source is outdated. This pull request corrects the reference.

Hi! Is there any opportunity to somehow debug JavaScript runtime errors (on the server side of course)?

I'm not an expert at V8 or Go, so forgive me if this is naive, but it seems like one of the pain points of v8worker is that it requires...