Interface SpiderImportMemory

Memory imported from another module.

Hierarchy

  • SpiderImportBase
    • SpiderImportMemory

Properties

importType: mem
maxSize: undefined | number

The larged number of pages the imported memory can be grown to.

minSize: number

The minimum number of pages the imported memory can have.

module: string

The name of the module the value is being imported from.

name: string

The name of the value being imported.

Generated using TypeDoc