ExportedMemory

class ExportedMemory(val memoryName: String = "memory", val spec: MemorySpec = MemorySpec.Builder().build()) : MemorySource(source)

The memory will be created in the module and exported as memoryName.

Constructors

Link copied to clipboard
constructor(memoryName: String = "memory", spec: MemorySpec = MemorySpec.Builder().build())

Properties

Link copied to clipboard
Link copied to clipboard