Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of dylink section? #1011

Open
kripken opened this issue Feb 11, 2019 · 1 comment
Open

Order of dylink section? #1011

kripken opened this issue Feb 11, 2019 · 1 comment

Comments

@kripken
Copy link
Member

kripken commented Feb 11, 2019

The dylink section says

The "dylink" section should be the very first section in the module; this allows detection of whether a binary is a dynamic library without having to scan the entire contents.

It looks like wabt does not preserve that order. I'm not sure if this is a bug or whether the dylink section spec is out of date?

@binji
Copy link
Member

binji commented Feb 11, 2019

wabt does not write the dylink section. It could, but we don't have the information necessary to write it. @sbc100 thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants