We are currently always using the --emit-symbol-map option, since it is convenient for debugging and profiling activities after the fact - thinking that it would not increase generated code size otherwise, if user ignores the generated .symbols file. However now I see that wasm imports and exports do not get minified when --emit-symbol-map is passed, with the code having a mention
https://github.com/emscripten-core/emscripten/blob/incoming/tools/shared.py#L2516-L2517
Would it be possible to lift this TODO?
We are currently always using the
--emit-symbol-mapoption, since it is convenient for debugging and profiling activities after the fact - thinking that it would not increase generated code size otherwise, if user ignores the generated.symbolsfile. However now I see that wasm imports and exports do not get minified when--emit-symbol-mapis passed, with the code having a mentionhttps://github.com/emscripten-core/emscripten/blob/incoming/tools/shared.py#L2516-L2517
Would it be possible to lift this TODO?