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

[14.0.0] Enable the wasmtime serve command by default #7392

Merged

Conversation

alexcrichton
Copy link
Member

This enables the serve subcommand by default on the CLI instead of having it behind an off-by-default feature. In general our default build is the "most featureful" while we still retain the ability to turn off everything if desired for custom builds. This additionally matches the current main branch where through other refactorings the serve command is now enabled by default.

This enables the `serve` subcommand by default on the CLI instead of
having it behind an off-by-default feature. In general our default build
is the "most featureful" while we still retain the ability to turn off
everything if desired for custom builds. This additionally matches the
current `main` branch where through other refactorings the `serve`
command is now enabled by default.
@alexcrichton alexcrichton requested a review from a team as a code owner October 27, 2023 19:23
@alexcrichton alexcrichton requested review from cfallin and removed request for a team October 27, 2023 19:23
@alexcrichton
Copy link
Member Author

For the main branch this happened in #7282 through other refactorings but I don't want to backport that whole PR, so this is a customized feature for the 14.0.0 branch. This'll get included with the upcoming point release next week.

@alexcrichton alexcrichton merged commit 449a7dc into bytecodealliance:release-14.0.0 Oct 27, 2023
@alexcrichton alexcrichton deleted the release-14.0.0 branch October 27, 2023 23:36
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