top | item 9726196 (no title) tav | 10 years ago Great work! But is there any reason that you didn't build on top of the really nice V8 binding https://github.com/ry/v8worker instead of Duktape? discuss order hn newest mcuadros|10 years ago v8worker, was one of the evaluated projects, but V8 is not very fast compiling... takes several mins.With go-duktape, you can compile CandyJS just lake a normal Go package without any other tool or library.Other reason is that many of the features are based on ECMA6 Proxy, something that is not supported on v8.
mcuadros|10 years ago v8worker, was one of the evaluated projects, but V8 is not very fast compiling... takes several mins.With go-duktape, you can compile CandyJS just lake a normal Go package without any other tool or library.Other reason is that many of the features are based on ECMA6 Proxy, something that is not supported on v8.
mcuadros|10 years ago
With go-duktape, you can compile CandyJS just lake a normal Go package without any other tool or library.
Other reason is that many of the features are based on ECMA6 Proxy, something that is not supported on v8.