Skip to main content

Module copying

Module copying 

Source
Expand description

Layout of Wasm GC objects in the copying garbage collector.

Structs§

CopyingTypeLayouts
The layout of Wasm GC objects in the copying collector.

Constants§

ARRAY_LENGTH_OFFSET
The offset of the length field in a VMCopyingArrayHeader.
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 VMCopyingHeader header for GC objects.
HEADER_SIZE
The size of the VMCopyingHeader header for GC objects.