Available on crate feature
compiler
and (x86-64 or AArch64) only.Expand description
Shared utility layer for all architecture-specific compilers
Structs§
- Assembler 🔒
- Our own simple replacement for [
dynasmrt::Assembler
] - Executable
Buffer 🔒 - A structure holding a buffer of executable memory. It also derefs to a
&[u8]
. This structure does not allocate when its size is 0.