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
somewhere in the dependency tree.default-features = false Enables wasmer-wasix ^0.18.0
- enable-serde
-
Enables enable-serde of wasmer-wasix ^0.18.0
- link_external_libs = minifb
-
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