LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

Native Add-ons - leveldown module support #188

Open jijopulikkottil opened 3 years ago

jijopulikkottil commented 3 years ago

Hi, We are trying to use nodejs in iOS native (swift) app. As per the description in https://liquidplayer.github.io/LiquidCoreiOS/0.6.0/. We understood that, to support native module, it should build for LiquidCore. And it seems to be the native module 'sqlite' is available.

Could you make available the node native module 'leveldown' . This is for using pouchdb.

Thanks.