Class MemoryImport

java.lang.Object
com.dylibso.chicory.wasm.types.Import
com.dylibso.chicory.wasm.types.MemoryImport

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

    • 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)
  • Method Details