Skip to content

Feature request: support minifying wasm imports with --emit-symbol-map #8686

@juj

Description

@juj

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions