Class MemoryImport


  • public final class MemoryImport
    extends Import
    An imported memory.
    • Constructor Detail

      • MemoryImport

        public MemoryImport​(String moduleName,
                            String name,
                            MemoryLimits limits)
        Construct a new instance.
        Parameters:
        moduleName - the module name (must not be null)
        name - the imported memory name (must not be null)
        limits - the memory size limits (must not be null)