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
. - EXCEPTION_
TAG_ DEFINED_ OFFSET - The offset of the tag-defined-index field in an exception header.
- EXCEPTION_
TAG_ INSTANCE_ OFFSET - The offset of the tag-instance-index field in an exception header.
- HEADER_
ALIGN - The align of the
VMNullHeader
header for GC objects. - HEADER_
SIZE - The size of the
VMNullHeader
header for GC objects.