Skip to content

Commit

Permalink
wasmer-cli: remove wasi-experimental-io-devices from default builds
Browse files Browse the repository at this point in the history
wasi-experimental-io-devices introduces extra build and possibly runtime lib
dependencies, which are unnecessary for the vast majority of users.

Closes #2863
  • Loading branch information
epilys committed Apr 30, 2022
1 parent 3cb420f commit 17e3151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ default = [
"cache",
"wasi",
"emscripten",
"experimental-io-devices",
]
engine = []
universal = [
Expand Down

0 comments on commit 17e3151

Please sign in to comment.