Skip to content

Add map<K,V> WAST tests to test/values/concat.wast; update test/binary/binary.wast - #685

Merged
lukewagner merged 2 commits into
mainfrom
add-tests
Jul 28, 2026
Merged

Add map<K,V> WAST tests to test/values/concat.wast; update test/binary/binary.wast#685
lukewagner merged 2 commits into
mainfrom
add-tests

Conversation

@lukewagner

Copy link
Copy Markdown
Member

This PR extends test/values/concat.wast with map<K,V> support. There's no map.const yet, so it uses a wrapper component taking a list<tuple<K,V>> into a map<K,V>, which ends up being a nice little test on its own.

Separately, test/binary/binary.wast is updated to account for recent error message string changes. Rather than bake in kinda-weird error messages, I just used "" for the time being.

@lukewagner
lukewagner merged commit 73b7ad5 into main Jul 28, 2026
2 checks passed
@lukewagner
lukewagner deleted the add-tests branch July 28, 2026 22:20
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.

1 participant