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 = [