From f36ce4fec8234c7922c61ce2c73ab2eb8e60d2e7 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 --- CHANGELOG.md | 3 +++ lib/cli/Cargo.toml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d09ec29a00..392387994c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## **Unreleased** +### Changed +- #2864 wasmer-cli: remove wasi-experimental-io-devices from default builds + ### Fixed - [#2829](https://github.com/wasmerio/wasmer/pull/2829) Improve error message oriented from JS object. - [#2828](https://github.com/wasmerio/wasmer/pull/2828) Fix JsImportObject resolver. 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 = [