Expand description
Interpreter for pure and metered VM execution
Structs§
- Aligned
Buf - Bytes allocated according to the given Layout. Careful: this struct implements Send and Sync unsafely. Don’t change the underlying data after initialization.git
- Interpreted
Instance - VM pure executor(E1/E2 executor) which doesn’t consider trace generation. Note: This executor doesn’t hold any VM state and can be used for multiple execution.
- PreCompute
Instruction