Skip to main content

luau_vm/
layout.rs

1/// Eight-byte-aligned trailing storage used by VM buffer and userdata layouts.
2#[repr(align(8))]
3pub struct Align8Byte(pub u8);