Skip to content

Conversation

@sumleo
Copy link
Contributor

@sumleo sumleo commented Feb 10, 2026

Summary

  • Fix copy-paste bug in BinaryenAddTagImport where getGlobalOrNull was used instead of getTagOrNull

Fixes #8272.

WebAssembly#8272)

Copy-paste bug from BinaryenAddGlobalImport caused BinaryenAddTagImport
to look up globals instead of tags.
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

Thanks!

@kripken kripken merged commit 93267c5 into WebAssembly:main Feb 10, 2026
17 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.

BinaryenAddTagImport calls getGlobalOrNull instead of getTagOrNull

2 participants