Skip to content

AotHost

AotHost = WasmHeap & object

Defined in: ecs/aot/installAot.ts:41

The engine module a compiled system shares memory with. The Memory OBJECT, which the module imports as env.memory: a HEAP view’s buffer is an ArrayBuffer and cannot be imported.

readonly memory: WebAssembly.Memory