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
Allow user override of default-enabled compile-time wasm features (#22966)
The signext feature is enabled by default by clang and can be overridden
with the -msign-ext/-mno-sign-ext flags at compile time. However it
cannot be individually controlled at link time (it can only be lowered
by setting the min browser version). This PR allows -mno-sign-ext,
-msign-ext (and likewise -mbulk-memory) to be used at link time as well,
and override the browser version control.
0 commit comments