Cargo Features
goxoy-interpreter has no features set by default.
[dependencies]
goxoy-interpreter = { version = "0.1.0", features = ["show_bytecode", "show_raw_bytecode"] }
- show_bytecode
-
Run
cargo run --features bench_time | show_bytecode
Affects
bytecode::disassemble_func_scope
… - show_raw_bytecode
-
Affects
bytecode::print_raw
…