ModuleAllocationResult

ModuleAllocationResult

data class ModuleAllocationResult

Result of allocating a module using WasmModule.allocate.

Fields

Name Description
val store: Store
val moduleInstance: ModuleInstance

Constructors

<init>

constructor(store: Store, moduleInstance: ModuleInstance)

Result of allocating a module using WasmModule.allocate.

Parameters

Name Description
store: Store
moduleInstance: ModuleInstance