Cargo Features

[dependencies]
wasi-print = { version = "0.2.2", default-features = false, features = ["print", "panic-handler"] }
default = panic-handler, print

These default features are set whenever wasi-print is added without default-features = false somewhere in the dependency tree.

print default = compiler_builtins, dlmalloc

Affects wasi-print::print_fd

panic-handler default

Affects wasi-print::panic_handler

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.

compiler_builtins print
dlmalloc print