跳转到内容

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