Skip to content

Commit

Permalink
Enable the wasmtime serve command by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexcrichton committed Oct 27, 2023
1 parent 2ade3ad commit 6478014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ default = [
"wasi-threads",
"wasi-http",
"pooling-allocator",
"serve",
]
jitdump = ["wasmtime/jitdump"]
vtune = ["wasmtime/vtune"]
Expand Down

0 comments on commit 6478014

Please sign in to comment.