wasmtime_environ

Module drc

Source
Expand description

Layout of Wasm GC objects in the deferred reference-counting collector.

Structs§

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