ModuleAllocationResult
        data class ModuleAllocationResult
      
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 | 
Result of allocating a module using WasmModule.allocate.