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
[MODULARIZE=instance] Allow Module argument in --pre-js code. (#24328)
Previously we were clobbering any existing Module arguments with the
arguments passed to the `init()` function.
Also, don't limit INCOMING_MODULE_JS_API in MODULARIZE=instance mode. At
least for now I think we should go for compatibility by default.
The test I've enabled here sets the `dynamicLibraries` Module property
during in a pre-js script.
0 commit comments