dharitri-vm-executor 2.0.0

DharitrI VM executor interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod breakpoint_value_new;
mod compilation_options_new;
mod executor_new;
mod instance_new;
mod instance_state;
mod vm_hooks_early_exit;
mod vm_hooks_legacy_adapter;
mod vm_hooks_new;

pub use breakpoint_value_new::{BreakpointValue, UnknownBreakpointValueError};
pub use compilation_options_new::CompilationOptions;
pub use executor_new::Executor;
pub use instance_new::{Instance, InstanceCallResult};
pub use instance_state::InstanceState;
pub use vm_hooks_early_exit::VMHooksEarlyExit;
pub use vm_hooks_legacy_adapter::{VMHooksLegacyAdapter, VMHooksSetEarlyExit};
pub use vm_hooks_new::{VMHooks, VMHooksDefault};