AotManifest
Defined in: ecs/aot/AotSystems.ts:41
What a build wrote beside a compiled-systems module: which twins it holds, and
the two digests that say what it was built against. A packaged runtime reads
one and hands it to App.installCompiledSystems (docs/REARCH_AOT.md).
Properties
Section titled “Properties”engineAbi
Section titled “engineAbi”
readonlyengineAbi:string
Defined in: ecs/aot/AotSystems.ts:44
The engine the module was built against (EHT offsets, resource shapes, struct sizes, address width).
projectShapes
Section titled “projectShapes”
readonlyprojectShapes:string
Defined in: ecs/aot/AotSystems.ts:46
The project’s own component shapes, scoped to the ones it names.
systems
Section titled “systems”
readonlysystems: readonlyAotSystemDecl[]
Defined in: ecs/aot/AotSystems.ts:47