Cargo Features

[dependencies]
embive = { version = "0.1.0", default-features = false, features = ["full", "m_extension", "instruction_limit"] }
default = m_extension

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

full = instruction_limit, m_extension
m_extension default full?
instruction_limit full?

Affects engine::Config.instruction_limit