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] Parse table operations #6154

Merged
merged 1 commit into from
Dec 12, 2023
Merged

[Parser] Parse table operations #6154

merged 1 commit into from
Dec 12, 2023

Conversation

tlively
Copy link
Member

@tlively tlively commented Dec 7, 2023

Including table.get, table.set, table.size, table.grow, table.fill, and
table.copy.

@tlively
Copy link
Member Author

tlively commented Dec 7, 2023

@tlively tlively mentioned this pull request Dec 7, 2023
Including table.get, table.set, table.size, table.grow, table.fill, and
table.copy.
i32.const 3
i32.const 4
i32.const 5
table.copy 1 $funcs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible for just one of the tables to be specified?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's both or neither.

@tlively tlively merged commit b59b2fc into main Dec 12, 2023
27 checks passed
@tlively tlively deleted the parser-table-ops branch December 12, 2023 23:40
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
Including table.get, table.set, table.size, table.grow, table.fill, and
table.copy.
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.

None yet

2 participants