Question about the library
hi @caoccao I wanted to know if I can implement the npm system in your library or if it is available and also if it supports emmet.js or not.
That is something I don't recommend anyone to do in Javet.
- The Node.js mode supports
node_modules. - There are a few module management systems: npm, pnpm, yarn, etc. Javet doesn't step into that area.
- Calling external command
npm installis good enough, if you really want to install something. - The recommended way is to package your JS application via a proper tool, e.g. webpack, vite, etc., then load it into Javet Node.js mode.
That is something I don't recommend anyone to do in Javet.
- The Node.js mode supports
node_modules.- There are a few module management systems: npm, pnpm, yarn, etc. Javet doesn't step into that area.
- Calling external command
npm installis good enough, if you really want to install something.- The recommended way is to package your JS application via a proper tool, e.g. webpack, vite, etc., then load it into Javet Node.js mode.
Can you give me a sample code because I still don't understand your project?
I recommend you to go over the tutorials (sample code).
I recommend you to go over the tutorials (sample code).
Thank you very much, brother. Just a small question. Can you port it to ARM as well? Mobile phones are expensive in Iran, as you know, we don't have a good economy. We and some of my app users still have 32-bit phones...💔💔
The V8 mode supports arm 32bit.
The V8 mode supports arm 32bit.
plz adding node.js
That's not that possible.
That's not that possible.
tnks🌹