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
Is there a plan to develop a native-compatible version of the WSO2 Micro Integrator that can leverage GraalVM to produce native images?
GraalVm’s native compilation capabilities to compile Java-based micro services into binary images, eliminates the need of JAR files which require Java Virtual Machines(JVMs) for execution. By compiling directly to binary, they aim to improve efficiency and reduce the overhead associated with running JVMs.
Proposed Solution
Alternatives
No response
Version
No response
The text was updated successfully, but these errors were encountered:
Problem
Is there a plan to develop a native-compatible version of the WSO2 Micro Integrator that can leverage GraalVM to produce native images?
GraalVm’s native compilation capabilities to compile Java-based micro services into binary images, eliminates the need of JAR files which require Java Virtual Machines(JVMs) for execution. By compiling directly to binary, they aim to improve efficiency and reduce the overhead associated with running JVMs.
Proposed Solution
Alternatives
No response
Version
No response
The text was updated successfully, but these errors were encountered: