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.
The memory will be created in the module and exported as memoryName.