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
wasm-ld mis-strips live data segments referenced by start/stop symbols.
The linker should keep data segments if any symbol in an object file, which contains the data segment, is referenced and start/stop symbols for the segment are referenced.
For the following case, it works with ELF lld, but doesn't with wasm-ld due to the mis-stripping.