From 17e3151ad11e70733045db1346381586c759d763 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sat, 30 Apr 2022 16:42:21 +0300 Subject: [PATCH] wasmer-cli: remove wasi-experimental-io-devices from default builds wasi-experimental-io-devices introduces extra build and possibly runtime lib dependencies, which are unnecessary for the vast majority of users. Closes #2863 --- lib/cli/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 8854f184ef6..a0b5cbdae5b 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -70,7 +70,6 @@ default = [ "cache", "wasi", "emscripten", - "experimental-io-devices", ] engine = [] universal = [