Browse Source

Enable the `wasmtime serve` command by default (#7392)

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.
pull/7395/head
Alex Crichton 1 year ago
committed by GitHub
parent
commit
449a7dc3e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Cargo.toml

1
Cargo.toml

@ -282,6 +282,7 @@ default = [
"wasi-threads",
"wasi-http",
"pooling-allocator",
"serve",
]
jitdump = ["wasmtime/jitdump"]
vtune = ["wasmtime/vtune"]

Loading…
Cancel
Save