Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support wat files when adapting core wasm #399

Merged
merged 5 commits into from
Jul 3, 2024
Merged

Conversation

elliottt
Copy link
Contributor

@elliottt elliottt commented Jul 1, 2024

Support .wat files when adapting with either the --adapt flag, or the viceroy adapt command by first turning them into binary modules. Also, enable the tests that use wat files directly for components.

@elliottt elliottt requested review from acw and jameysharp July 2, 2024 16:23
acw
acw previously approved these changes Jul 2, 2024
Copy link
Contributor

@acw acw left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@acw acw left a comment

Choose a reason for hiding this comment

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

♻️

@elliottt elliottt merged commit 5647b08 into main Jul 3, 2024
7 checks passed
@elliottt elliottt deleted the trevor/adapt-wat branch July 3, 2024 00:00
GeeWee pushed a commit to GeeWee/Viceroy that referenced this pull request Jul 25, 2024
* Allow `wat` files to be adapted to components

* Support `proc_exit` in guest wasm

* Support `wat` files as arguments to `viceroy adapt`

* Enable `wat` tests for components

* Update the lock files
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