dharitri_vm_executor/
compilation_options.rs

1pub struct CompilationOptionsLegacy {
2    pub gas_limit: u64,
3    pub unmetered_locals: usize,
4    pub max_memory_grow: usize,
5    pub max_memory_grow_delta: usize,
6    pub opcode_trace: bool,
7    pub metering: bool,
8    pub runtime_breakpoints: bool,
9}