Cargo Features
[dependencies]
locutus-runtime = { version = "0.0.3", default-features = false, features = ["wasmer-default", "trace", "testing"] }
- default = wasmer-default
-
The
wasmer-default
feature is set by default wheneverlocutus-runtime
is added without
somewhere in the dependency tree.default-features = false - wasmer-default default
- trace
-
Enables trace of locutus-stdlib
internal
- testing = arbitrary
-
Enables testing of locutus-stdlib
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.