Cargo Features

[dependencies]
stak-interpret = { version = "0.3.0", default-features = false, features = ["float", "gc_always", "trace_instruction", "trace_memory"] }
default = float

The float feature is set by default whenever stak-interpret is added without default-features = false somewhere in the dependency tree.

float default

Enables float of stak-vm

gc_always

Enables gc_always of stak-vm

trace_instruction

Enables trace_instruction of stak-vm

trace_memory

Enables trace_memory of stak-vm

stak-interpret has 5 features without comments.