Expand description
Layout of Wasm GC objects in the deferred reference-counting collector.
Structs§
- DrcType
Layouts - The layout of Wasm GC objects in the deferred reference-counting collector.
Constants§
- ARRAY_
LENGTH_ OFFSET - The offset of the length field in a
VMDrcArrayHeader
. - HEADER_
ALIGN - The align of the
VMDrcHeader
header for GC objects. - HEADER_
SIZE - The size of the
VMDrcHeader
header for GC objects.