Closed kurayama closed 6 years ago
+1
The changes in the Nan API are easy to implement, the hard part its that OpenSSL was updated to version 1.1.0, where breaking changes were done in the API.
+1 Is there an ETA for this fix, or is the project deprecated ?
I guess we will have to do it by ourselves :)
+1
Should be good to go now. Please report back with issues if there are any with 10. No prebuild binaries available yet and don't hold your breath for them, have a compiler ready to go.
Some v8 functions like
Local< Object > NewInstance(int argc, Local< Value > argv[]) const)
have been long deprecated and were removed in this version.