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

wasmer-default default

Enables cranelift of wasmer ^3

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.

arbitrary testing?