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
This change adds a new `-sEXPORT` setting that can by used to export
any type of symbols (see #8380)
It also includes a new `-sMANGLED_SYMBOLS` setting which default to
true in order to not break backwards compatibility.
Both these new settings are currently experimental and using `-sEXPORT`
currently disables `-sMANGLED_SYMBOLS` by default.
/*jslint sub:true*//* The symbols 'fromWireType' and 'toWireType' must be accessed via array notation to be closure-safe since craftInvokerFunction crafts functions as strings that can't be closured. */
14
14
15
15
// -- jshint doesn't understand library syntax, so we need to specifically tell it about the symbols we define
0 commit comments