Cargo Features

[dependencies]
wasmcloud-host = { version = "0.19.0", default-features = false, features = ["wasmtime", "wasm3"] }
default = wasm3

The wasm3 feature is set by default whenever wasmcloud-host is added without default-features = false somewhere in the dependency tree.

wasmtime = wasmtime-provider
wasm3 default = wasm3-provider

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.

wasm3-provider wasm3

Enables wasm3-provider ^0.0.2

wasmtime-provider wasmtime?

Enables wasmtime-provider ^0.0.3