Cargo Features

wasmer-wasix-experimental-io-devices has no features set by default.

[dependencies]
wasmer-wasix-experimental-io-devices = { version = "0.18.0", features = ["enable-serde", "link_external_libs"] }
default

These default features are set whenever wasmer-wasix-experimental-io-devices is added without default-features = false somewhere in the dependency tree.

Enables wasmer-wasix

enable-serde

Enables enable-serde of wasmer-wasix

This feature exists, so that "cargo build --all" doesn't accidentally link libxcbcommon and libwayland into the CLI libraries. When using wasi-experimental-io-devices, users have to enable this feature manually

Affects wasmer-wasix-experimental-io-devices::link_ext

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

minifb link_external_libs?

Enables minifb ^0.24.0