Cargo Features
[dependencies]
wasmer-backend-api = { version = "0.600.0", default-features = false, features = ["sys", "js"] }
- default = sys
-
The
sys
feature is set by default wheneverwasmer-backend-api
is added without
somewhere in the dependency tree.default-features = false - sys default = async-tungstenite, graphql-ws-client, tokio-tungstenite
-
Affects
wasmer-backend-api::subscription
… - js
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.
- graphql-ws-client sys
-
Enables graphql-ws-client
Subscriptions.
- tokio-tungstenite sys
-
Enables tokio-tungstenite ^0.24.0
- async-tungstenite sys
-
Enables async-tungstenite ^0.28.0