Crate cairo_vm

source ·
Expand description

An implementation of the Cairo virtual machine

Feature Flags

  • skip_next_instruction_hint: Enable the skip_next_instruction() hint. Not enabled by default.
  • hooks: Enable Hooks support for the VirtualMachine. Not enabled by default.
  • with_mimalloc: Use MiMalloc as the program global allocator.

Modules

Macros