Skip to content

Commit

Permalink
Merge #2864
Browse files Browse the repository at this point in the history
2864: wasmer-cli: remove wasi-experimental-io-devices from default builds r=epilys a=epilys

wasi-experimental-io-devices introduces extra build and possibly runtime lib
dependencies, which are unnecessary for the vast majority of users.

Closes #2863

- [x] Add a short description of the change to the CHANGELOG.md file


Co-authored-by: Manos Pitsidianakis <manos@wasmer.io>
  • Loading branch information
bors[bot] and epilys authored Apr 30, 2022
2 parents 3cb420f + f36ce4f commit 1329c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
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 1329c71

Please sign in to comment.