Skip to content

[Parser] Support references to struct fields by name - #6293

Merged
tlively merged 1 commit into
mainfrom
parser-field-names
Feb 9, 2024
Merged

[Parser] Support references to struct fields by name#6293
tlively merged 1 commit into
mainfrom
parser-field-names

Conversation

@tlively

Copy link
Copy Markdown
Member

Construct a mapping from heap type and field name to field index, then use it while parsing instructions.

Construct a mapping from heap type and field name to field index, then use it while parsing instructions.
@tlively
tlively requested a review from kripkenFebruary 8, 2024 23:29
@tlively

Copy link
Copy Markdown
MemberAuthor

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@tlively
tlively merged commit 90087f0 into mainFeb 9, 2024
@tlively
tlively deleted the parser-field-names branch February 9, 2024 00:19
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
Construct a mapping from heap type and field name to field index, then use it
while parsing instructions.
@gkdngkdn mentioned this pull request Aug 31, 2024
Sign up for freeto 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

@tlively@kripken