Module null

Source
Expand description

Layout of Wasm GC objects in the null garbage collector.

Structs§

NullTypeLayouts
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.