跳转到内容

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

readonly engineAbi: string

Defined in: ecs/aot/AotSystems.ts:44

The engine the module was built against (EHT offsets, resource shapes, struct sizes, address width).


readonly projectShapes: string

Defined in: ecs/aot/AotSystems.ts:46

The project’s own component shapes, scoped to the ones it names.


readonly systems: readonly AotSystemDecl[]

Defined in: ecs/aot/AotSystems.ts:47