@celox-sim/celox / index / WasmFrontendSimulatorHandle
Interface: WasmFrontendSimulatorHandle
Defined in: packages/celox/src/types.ts:110
Raw simulator handle returned by a frontend-owned WASM addon.
Extends
FrontendSimulatorHandleMetadata
Properties
dump?
optionaldump?:undefined
Defined in: packages/celox/src/types.ts:118
evalComb?
optionalevalComb?:undefined
Defined in: packages/celox/src/types.ts:117
eventsJson
readonlyeventsJson:string
Defined in: packages/celox/src/types.ts:88
Inherited from
FrontendSimulatorHandleMetadata.eventsJson
hierarchyJson
readonlyhierarchyJson:string
Defined in: packages/celox/src/types.ts:89
Inherited from
FrontendSimulatorHandleMetadata.hierarchyJson
layoutJson
readonlylayoutJson:string
Defined in: packages/celox/src/types.ts:87
Inherited from
FrontendSimulatorHandleMetadata.layoutJson
sharedMemory?
optionalsharedMemory?:undefined
Defined in: packages/celox/src/types.ts:119
stableSize
readonlystableSize:number
Defined in: packages/celox/src/types.ts:91
Inherited from
FrontendSimulatorHandleMetadata.stableSize
tick?
optionaltick?:undefined
Defined in: packages/celox/src/types.ts:115
tickN?
optionaltickN?:undefined
Defined in: packages/celox/src/types.ts:116
totalSize
readonlytotalSize:number
Defined in: packages/celox/src/types.ts:92
Inherited from
FrontendSimulatorHandleMetadata.totalSize
warningsJson
readonlywarningsJson:string
Defined in: packages/celox/src/types.ts:90
Inherited from
FrontendSimulatorHandleMetadata.warningsJson
Methods
combWasmBytes()
combWasmBytes():
Uint8Array<ArrayBufferLike> |number[]
Defined in: packages/celox/src/types.ts:113
Returns
Uint8Array<ArrayBufferLike> | number[]
dispose()
dispose():
void
Defined in: packages/celox/src/types.ts:93
Returns
void
Inherited from
FrontendSimulatorHandleMetadata.dispose
eventWasmBytes()
eventWasmBytes(
name):Uint8Array<ArrayBufferLike> |number[]
Defined in: packages/celox/src/types.ts:114
Parameters
name
string
Returns
Uint8Array<ArrayBufferLike> | number[]
initialMemoryBytes()
initialMemoryBytes():
Uint8Array<ArrayBufferLike> |number[]
Defined in: packages/celox/src/types.ts:112
Returns
Uint8Array<ArrayBufferLike> | number[]