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

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

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

tlively
Copy link
Member

@tlively tlively commented Feb 8, 2024

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 kripken February 8, 2024 23:29
@tlively
Copy link
Member Author

tlively commented Feb 8, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@tlively tlively merged commit 90087f0 into main Feb 9, 2024
15 checks passed
@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.
@gkdn gkdn mentioned this pull request Aug 31, 2024
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