Skip to content

ABI_LAYOUT_HASH

const ABI_LAYOUT_HASH: "7756afcaec734824" = '7756afcaec734824'

Defined in: ecs/component.generated.ts:18

Single-source-of-truth hash of the C++/TS boundary ABI (component schema + pointer layouts). The WASM module exposes the same digest via getAbiLayoutHash(); BuiltinBridge.connect() compares them and refuses to run on mismatch, because mismatched offsets read the wrong heap bytes.