We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In https://webassembly.github.io/spec/core/appendix/index-instructions.html, we can see that the 0xFC instructions with sub opcode 0 to 7 are duplicated.
As we can see in the source code:
spec/document/core/appendix/gen-index-instructions.py
Lines 334 to 341 in 9849315
is a duplicate of:
Lines 316 to 323 in 9849315
(the only difference is that the L316-L323 use hexadecimal while L334-L341 use decimal) and thus lines L334-L341 need to be deleted.
The text was updated successfully, but these errors were encountered:
Thanks, probably a merge artefact. See #1402 for a fix.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In https://webassembly.github.io/spec/core/appendix/index-instructions.html, we can see that the 0xFC instructions with sub opcode 0 to 7 are duplicated.
As we can see in the source code:
spec/document/core/appendix/gen-index-instructions.py
Lines 334 to 341 in 9849315
is a duplicate of:
spec/document/core/appendix/gen-index-instructions.py
Lines 316 to 323 in 9849315
(the only difference is that the L316-L323 use hexadecimal while L334-L341 use decimal) and thus lines L334-L341 need to be deleted.
The text was updated successfully, but these errors were encountered: