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

Use generated bindings to run components in the CLI #6869

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

alexcrichton
Copy link
Member

This commit updates the component support in the wasmtime CLI from #6836 to use the generated bindings for the "command" style of components rather than having that custom-written in the CLI.

This commit updates the component support in the `wasmtime` CLI
from bytecodealliance#6836 to use the generated bindings for the "command" style of
components rather than having that custom-written in the CLI.
@alexcrichton alexcrichton requested a review from a team as a code owner August 21, 2023 14:24
@alexcrichton alexcrichton requested review from pchickey and removed request for a team August 21, 2023 14:24
@alexcrichton alexcrichton added this pull request to the merge queue Aug 21, 2023
Merged via the queue into bytecodealliance:main with commit 1155d10 Aug 21, 2023
18 checks passed
@alexcrichton alexcrichton deleted the run-real-world branch August 21, 2023 17:03
eduardomourar pushed a commit to eduardomourar/wasmtime that referenced this pull request Aug 22, 2023
…#6869)

* Use generated bindings to run components in the CLI

This commit updates the component support in the `wasmtime` CLI
from bytecodealliance#6836 to use the generated bindings for the "command" style of
components rather than having that custom-written in the CLI.

* Fix tests
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