mceSystems / node-jsc

A node.js port to the JavaScriptCore engine and iOS
Other
221 stars 19 forks source link

N-API support #1

Open mhdawson opened 5 years ago

mhdawson commented 5 years ago

I'm just wondering what the plans are in terms of supporting N-API? It would be cool to see the same compiled module running on V8, Chakra and jsc.

MCE-KobyBo commented 5 years ago

I'm definitely planning to support N-API. When I started working on node-native-script I wanted to use it, based on node's implementation on top of v8 api (jscshim), but ran into some issues. So I decided to wait until I upgrade node-jsc to node v10 (which I'm already working on, I'll create a branch for it in the next few days) then work on properly implementing it.

mhdawson commented 5 years ago

Thanks for the update.