Cargo Features

[dependencies]
holochain_wasmer_host = { version = "0.0.93", default-features = false, features = ["debug_memory", "error_as_host"] }
default = error_as_host

The error_as_host feature is set by default whenever holochain_wasmer_host is added without default-features = false somewhere in the dependency tree.

debug_memory
error_as_host default

Enables error_as_host of holochain_wasmer_common

holochain_wasmer_host has 3 features without comments.