Cargo Features

[dependencies]
cretonne-wasm = { version = "0.13.2", default-features = false, features = ["std", "core"] }
default = std

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

std default

Enables std of cretonne-codegen, cretonne-frontend, target-lexicon ^0.0.3, and wasmparser ^0.17.0

core = hashmap_core

Enables core of cretonne-codegen, cretonne-frontend, and wasmparser ^0.17.0

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

hashmap_core core?