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 is needed by dynamic linking since GOT entries are all imported as
mutable globals.
The net effect of this is that you cannot actually target the oldest
version of safari that we support (12) and with dynamically linked
programs. Specifying `-sLEGACY_VM_SUPPORT` will give you safari 13.1
instead of 12 if you also using `-sMAIN_MODULE`.
0 commit comments