LiquidPlayer / LiquidCore

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

Is there some way to choose which version of Node is used? #218

Closed slippedandmissed closed 2 years ago

slippedandmissed commented 2 years ago

I think by default it uses v10.15.3, but I need to use SubtleCrypto which was only added to node in I think v15.0.0. Is it possible to get LiquidCore to use a later version of node?

Thanks for any help you can give me.

slippedandmissed commented 2 years ago

Didn't manage to use a newer node version but I did find this npm package @peculiar/webcrypto which let me use subtlecrypto. As such I'll close the issue.