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 whenever wasmer-backend-api is added without default-features = false somewhere in the dependency tree.

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