whtiehack / node-luajit

nodejs luajit binding same as Node lua ,cross platform (win,mac,linux)
31 stars 10 forks source link

Does not compile on node v12 #6

Closed icukeng closed 3 years ago

icukeng commented 4 years ago

Looks like due to API change (v8::Handle -> v8::Local and other stuff)

node -v v12.18.4 node-gyp -v v5.1.0

whtiehack commented 4 years ago

Yes, not compatible with v12.

whtiehack commented 3 years ago

now support v10.20+