Cargo Features

wasmer-vm has no features set by default.

[dependencies]
wasmer-vm = { version = "4.3.0-alpha.1", features = ["enable-serde", "tracing"] }
enable-serde = serde

Enables serde-1 of indexmap ^1.6, enable-serde of wasmer-types

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.

serde enable-serde?
tracing implicit feature

Enables tracing

- Optional shared dependencies.