Skip to content

Create an ABI version for wasm object format #54

Open
@sbc100

Description

@sbc100

@sunfishcode proposed that we add an ABI version to the wasm object format.

In fact we probably want several concepts of version:

  1. An ABI version. This will allows the linker issue warning when we make changes to the C ABI. This information can come from the clang front-end and probably be stored as metadata in the bit code.

  2. Feature flags: To allow optional features in the ABI and for these optional features to be recording in the object format

  3. A version for the linking metadata. When we make changes to https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md we would like the linker to be able issue warnings or errors on incompatible object files.

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