Class TableImport

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

public final class TableImport extends Import
An imported table.
  • Constructor Details

    • TableImport

      public TableImport(String moduleName, String name, ValueType entryType, TableLimits limits)
      Construct a new instance.
      Parameters:
      moduleName - the module name (must not be null)
      name - the imported table name (must not be null)
      entryType - the table entry type (must not be null)
      limits - the table limits (must not be null)
  • Method Details