Skip to content

Commit

Permalink
lib/cli: add required feature to default binary
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Jun 7, 2022
1 parent f4ae255 commit f01551f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build = "build.rs"
name = "wasmer"
path = "src/bin/wasmer.rs"
doc = false
required-features = ["compiler"]

[[bin]]
name = "wasmer-headless"
Expand Down Expand Up @@ -119,4 +120,4 @@ headless-minimal = ["headless", "disable-all-logging", "wasi", "dylib", "univers

# Deprecated features.
jit = ["universal"]
native = ["dylib"]
native = ["dylib"]

0 comments on commit f01551f

Please sign in to comment.