Sam Cao

Results 319 comments of Sam Cao

There is a private build. Please check [this repo](https://github.com/ceclin/build-javet-node-android) out.

Node.js for Android will be supported soon. You may ping me at discord to get the WeChat qrcode.

Snapshot build is ready at Actions.

I haven't tested. You may take a try.

Please read this [doc](https://www.caoccao.com/Javet/reference/resource_management/modularization.html).

This is a good point. There are plenty of folks working on building feature reduced V8 binaries. Some of them have made significant progress. You may take a try by...

Could you post the code that reproduces this issue?

If I understood correctly, you'd like to have multiple Node.js runtime to have their individual root directories. ## No The simple answer is: **impossible**. The root directory is a per-process...

Actually, you might want to try the options listed below. ## Polyfill You may polyfill `requre` and `process` to virtualize the root directory. The polyfill needs to be backed up...

Usually that's related to permission issues. Please verify that your application has write access to the /tmp. And, you may join the discord to discuss with me in realtime.