pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
901 stars 121 forks source link

isolate initialization #94

Closed hlxxiang closed 5 years ago

hlxxiang commented 6 years ago

Isolate* isolate = Isolate::New(params); i_isolate->Init(nullptr); This line of code will wait for a few minutes. why?

pmed commented 6 years ago

Do you mean v8::Isolate? It's a question for V8 developers.