Cargo Features

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

These default features are set whenever wasmer-compiler-singlepass-unc is added without default-features = false somewhere in the dependency tree.

std default

Enables wasmer-types-unc, std of wasmer-compiler-unc

core = hashbrown

Enables core of wasmer-types-unc

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

rayon default