Structs

  • The syscall arg type that the RegisterAndStackEncoder uses.
  • A basic encoder that encodes values byte-by-byte into registers, or the stack if we spill over. Somewhat slow, but can encode all the basic types. Can be configured by the register type (u32, u64, etc) and the number of registers that can be used as syscall arg registers.

Traits