Index: wasm/Writer.cpp =================================================================== --- wasm/Writer.cpp +++ wasm/Writer.cpp @@ -632,12 +632,12 @@ createDataSection(); // Custom sections - if (Config->Relocatable) { - createRelocSections(); + if (Config->Relocatable) createLinkingSection(); - } if (!Config->StripDebug && !Config->StripAll) createNameSection(); + if (Config->Relocatable) + createRelocSections(); for (OutputSection *S : OutputSections) { S->setOffset(FileSize);