Skip to content

wabt only builds static libraries #2665

@PaddyMac

Description

@PaddyMac

I don't know if this is technically a bug since I don't know if this is an intentional choice or not, but wabt's build system only produces static libraries, and there is no provided cmake command line argument to change this behavior. CMakeLists.txt can be manually edited or patched to provide shared libraries. But unless there is some fundamental reason why this library shouldn't be a shared library, it should do what most libraries do which is to provide shared objects by default and additionally static libraries as an option.

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