Cargo Features
[dependencies]
wasmship = { version = "0.0.0", default-features = false, features = ["rt_wasmtime"] }
- default = rt_wasmtime
-
The
rt_wasmtime
feature is set by default wheneverwasmship
is added without
somewhere in the dependency tree.default-features = false - rt_wasmtime default = wasmtime
-
Affects
runtime::wasmtime
…
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.
- wasmtime rt_wasmtime
-
Enables wasmtime ^0.31.0