Cargo Features

stak-interpret has no features set by default.

[dependencies]
stak-interpret = { version = "0.1.36", features = ["gc_always", "trace_instruction", "trace_heap"] }
gc_always

Enables gc_always of stak-vm

trace_instruction

Enables trace_instruction of stak-vm

trace_heap

Enables trace_heap of stak-vm

stak-interpret has 3 features without comments.