Skip to content

Conversation

4y8
Copy link
Contributor

@4y8 4y8 commented Jun 25, 2025

The link "instruction type" in the rule for validation of loop pointed to "function type". There was a subscript x* for the instruction type of loop. However, the validation rule for block types specifies that the indices are always empty and they are omitted for if, block and try_table. The rule for try_table validated a blocktype to a function type instead of an instruction type.

The link "instruction type" in the rule for validation of `loop` pointed to "function type".
There was a subscript `x*` for the instruction type of `loop`. However, the validation rule for block types specifies that the indices are always empty and they are omitted for `if`, `block` and `try_table`.
The rule for `try_table` validated a blocktype to a function type instead of an instruction type.
Copy link
Member

@rossberg rossberg left a comment

Choose a reason for hiding this comment

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

Thanks!

@rossberg rossberg merged commit 3b3d7aa into WebAssembly:wasm-3.0 Jun 25, 2025
11 checks passed
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