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
For now native modules (compiled from C++) are not supported by the dynamic plugins mechanism.
We should have at least an idea of some paths forward supporting them, also for Javascript modules which include native modules in their private transitive dependencies.
This brings a number of challenges related to the packaging of the backend dynamic plugins, and their installation, and when the compilation to binary code occurs...
For now native modules (compiled from C++) are not supported by the dynamic plugins mechanism.
We should have at least an idea of some paths forward supporting them, also for Javascript modules which include native modules in their private transitive dependencies.
This brings a number of challenges related to the packaging of the backend dynamic plugins, and their installation, and when the compilation to binary code occurs...
Some related links to feed the initial thinking and design: https://gist.github.com/davidfestal/4a8dc7efdcd9dbfcbb37f004eae9529d
The text was updated successfully, but these errors were encountered: