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 wheneverstak-interpret
is added without
somewhere in the dependency tree.default-features = false - float default
- gc_always
- trace_instruction
-
Enables trace_instruction of stak-vm
- trace_memory
-
Enables trace_memory of stak-vm
stak-interpret has 5 features without comments.