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
When linking an executable with shared libraries, wasm-ld is currently not passed the --pie flag. This causes it to only consider .a libraries but not .so libraries
When linking an executable with shared libraries, wasm-ld is currently not passed the
--pieflag. This causes it to only consider.alibraries but not.solibraries