Expand description
Axiom virtual machine and bytecode primitives for TruthLinked cells.
This crate defines the bytecode format, opcode set, gas metering, host interface, and interpreter used by TruthLinked Axiom cells. VM behavior is consensus-sensitive: execution must remain deterministic across platforms and releases.
Re-exports§
pub use bytecode::CellBytecode;pub use bytecode::MAGIC;pub use bytecode::VERSION;pub use error::AxiomError;pub use gas::GasMeter;pub use host::CellLog;pub use host::CrossCellResult;pub use host::Host;pub use vm::ExecResult;pub use vm::Vm;