Cargo Features

[dependencies]
wasmer-compiler-unc = { version = "2.4.1", default-features = false, features = ["std", "core", "translator"] }
default = std

The std feature is set by default whenever wasmer-compiler-unc is added without default-features = false somewhere in the dependency tree.

std default

Enables std of wasmer-types-unc

core = hashbrown

Enables core of wasmer-types-unc

translator = wasmparser

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.

hashbrown core?

Enables hashbrown ^0.11

wasmparser translator?

Enables wasmparser ^0.78