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 cli args in the adapter #394

Merged
merged 4 commits into from
Jun 28, 2024
Merged

Support cli args in the adapter #394

merged 4 commits into from
Jun 28, 2024

Conversation

elliottt
Copy link
Contributor

Integrate the adapter allocator changes from bytecodealliance/wasmtime#8594, which simplifies supporting cli args.

Additionally, enable the cli args test for components, as it's now passing.

@elliottt elliottt requested a review from jameysharp June 28, 2024 20:14
Copy link
Contributor

@jameysharp jameysharp left a comment

Choose a reason for hiding this comment

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

I didn't review the memory management commit carefully, on the assumption that you copied that code directly from Wasmtime where it's already been reviewed. But the command-line args changes look sensible to me!

@elliottt elliottt merged commit e03f1d5 into main Jun 28, 2024
7 checks passed
@elliottt elliottt deleted the trevor/adapter-cli-args branch June 28, 2024 20:33
elliottt added a commit that referenced this pull request Jun 28, 2024
After #394 there were some unused functions in the adapter that didn't fail in
CI as we don't currently build the adapter in CI. This PR removes the unused
code, and also builds the adapter in CI.
GeeWee pushed a commit to GeeWee/Viceroy that referenced this pull request Jul 25, 2024
Integrate the adapter allocator changes from bytecodealliance/wasmtime#8594,
which simplifies supporting cli args.

Additionally, enable the cli args test for components, as it's now passing.
GeeWee pushed a commit to GeeWee/Viceroy that referenced this pull request Jul 25, 2024
After fastly#394 there were some unused functions in the adapter that didn't fail in
CI as we don't currently build the adapter in CI. This PR removes the unused
code, and also builds the adapter in CI.
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.

3 participants