Skip to content

Implement new *.wast directives in wasmtime-wast#9223

Merged
pchickey merged 4 commits intobytecodealliance:mainfrom
alexcrichton:implement-more-wast
Sep 10, 2024
Merged

Implement new *.wast directives in wasmtime-wast#9223
pchickey merged 4 commits intobytecodealliance:mainfrom
alexcrichton:implement-more-wast

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This is a follow-up from #9219 to add support for a few more directives in *.wast tests to notably compile a module and possibly instantiate it multiple times.

This copies the upstream spec test using these new directives and edits it to remove the unsupported exception-handling bits.

This is a follow-up from bytecodealliance#9219 to add support for a few more directives
in `*.wast` tests to notably compile a module and possibly instantiate
it multiple times.

This copies the upstream spec test using these new directives and edits
it to remove the unsupported exception-handling bits.
@alexcrichton alexcrichton requested a review from a team as a code owner September 10, 2024 20:34
@alexcrichton alexcrichton requested review from pchickey and removed request for a team September 10, 2024 20:34
@pchickey
Copy link
Copy Markdown
Contributor

Looks good, but the component paths aren't exercised in the tests. Is there missing functionality where those can't be exercised yet, or can we add a test for it?

@alexcrichton
Copy link
Copy Markdown
Member Author

Good point! I've added a small test for components too

@pchickey pchickey added this pull request to the merge queue Sep 10, 2024
Merged via the queue into bytecodealliance:main with commit d29b280 Sep 10, 2024
@alexcrichton alexcrichton deleted the implement-more-wast branch September 10, 2024 22:13
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