Skip to content

Fix wasm-ld flags which require =#23

Merged
alexcrichton merged 1 commit intomainfrom
fix-flags-requiring-equal
Jun 17, 2024
Merged

Fix wasm-ld flags which require =#23
alexcrichton merged 1 commit intomainfrom
fix-flags-requiring-equal

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

I misunderstood flag parsing in wasm-ld and it looks like some flags require = for their values where for some it's optional and can be specified with a space instead. This implements distinguishing these arguments and then additionally rereads the -help page of wasm-ld and copies everything over.

Closes #22

I misunderstood flag parsing in `wasm-ld` and it looks like some flags
require `=` for their values where for some it's optional and can be
specified with a space instead. This implements distinguishing these
arguments and then additionally rereads the `-help` page of `wasm-ld`
and copies everything over.

Closes #22
@alexcrichton alexcrichton enabled auto-merge June 17, 2024 23:02
@alexcrichton alexcrichton added this pull request to the merge queue Jun 17, 2024
Merged via the queue into main with commit 91dcfa8 Jun 17, 2024
@alexcrichton alexcrichton deleted the fix-flags-requiring-equal branch June 17, 2024 23:06
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.

wasm-ld is confused when = characters are replaced with spaces

1 participant