Cargo Features

[dependencies]
sapio-wasm-plugin = { version = "0.2.0", default-features = false, features = ["host", "client"] }
default = client

The client feature is set by default whenever sapio-wasm-plugin is added without default-features = false somewhere in the dependency tree.

host = directories, tokio, wasmer, wasmer-cache

Affects sapio-wasm-plugin::host

client default = miniscript, wasm-bindgen

Affects sapio-wasm-plugin::client

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.

directories host?

Enables directories ^3.0.1

miniscript client

Enables sapio-miniscript ^5.1.0

tokio host?
wasm-bindgen client
wasmer host?

Enables wasmer ^1

wasmer-cache host?

Enables wasmer-cache ^1