justmoon / node-bignum

Big integers for Node.js using OpenSSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not building under node 10.0.0

kurayama opened this issue · comments

Some v8 functions like Local< Object > NewInstance(int argc, Local< Value > argv[]) const) have been long deprecated and were removed in this version.

+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 ?

commented

I guess we will have to do it by ourselves :)

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.