Cargo Features

wasmer-vm has no features set by default.

[dependencies]
wasmer-vm = { version = "5.0.1", features = ["enable-serde", "artifact-size", "tracing"] }
enable-serde = serde

Enables serde of indexmap, enable-serde of wasmer-types

artifact-size

Enables loupe, artifact-size 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.