You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reaching out to inquire about the support for Node.js core modules, particularly http and fs, within the GraalJS context. Many npm packages heavily rely on these core modules for various functionalities. However, when embedding GraalJS into a Java application using the Context API, we face limitations that prevent us from leveraging such packages.
Understanding that GraalVM aims to provide a high-performance runtime that supports various languages, the lack of support for these critical Node.js modules means that Java applications cannot fully utilize a vast ecosystem of JavaScript libraries and tools, which naturally limits the potential use cases and inter-operability options.
Are there any plans to add support for these core modules within GraalJS when used in a Java embedded context? If there are technical challenges or design decisions that prevent this support, could you share some insights on the underlying reasons or potential alternatives that you recommend?
The text was updated successfully, but these errors were encountered:
I am reaching out to inquire about the support for Node.js core modules, particularly
http
andfs
, within the GraalJS context. Many npm packages heavily rely on these core modules for various functionalities. However, when embedding GraalJS into a Java application using the Context API, we face limitations that prevent us from leveraging such packages.Understanding that GraalVM aims to provide a high-performance runtime that supports various languages, the lack of support for these critical Node.js modules means that Java applications cannot fully utilize a vast ecosystem of JavaScript libraries and tools, which naturally limits the potential use cases and inter-operability options.
Are there any plans to add support for these core modules within GraalJS when used in a Java embedded context? If there are technical challenges or design decisions that prevent this support, could you share some insights on the underlying reasons or potential alternatives that you recommend?
The text was updated successfully, but these errors were encountered: