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

wit-component: use library order to determine duplicate symbol priority #1258

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

dicej
Copy link
Collaborator

@dicej dicej commented Oct 19, 2023

This addresses a couple of todo items in the shared-everything linking code in wit-component. Now, instead of erroring out on any duplicate symbols, we pick the first library in the order they were specified.

This addresses a couple of todo items in the shared-everything linking code in
`wit-component`.  Now, instead of erroring out on any duplicate symbols, we pick
the first library in the order they were specified.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
@alexcrichton alexcrichton merged commit dc5c0c5 into bytecodealliance:main Oct 20, 2023
15 checks passed
@dicej dicej deleted the duplicate-order branch October 20, 2023 00:21
dicej added a commit to dicej/wasm-tools that referenced this pull request Oct 20, 2023
This is a follow-up to bytecodealliance#1258, in which I missed a chance to simplify the code a
bit.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
alexcrichton pushed a commit that referenced this pull request Oct 20, 2023
This is a follow-up to #1258, in which I missed a chance to simplify the code a
bit.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
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

Successfully merging this pull request may close these issues.

2 participants