Expand description
Layout of Wasm GC objects in the null garbage collector.
Structs§
- Null
Type Layouts - The layout of Wasm GC objects in the null collector.
Constants§
- ARRAY_
LENGTH_ OFFSET - The offset of the length field in a
VMNullArrayHeader
. - HEADER_
ALIGN - The align of the
VMNullHeader
header for GC objects. - HEADER_
SIZE - The size of the
VMNullHeader
header for GC objects.