use crateInsn;
use crate;
/// Optional hooks for observing VM execution (for debugging/tracing/profiling).
///
/// This is intentionally low-level: it receives the concrete instruction and
/// current VM position. Implementations should be lightweight; heavy tracing is
/// best done behind the `trace` feature.