ImportExtern
        sealed class ImportExtern
      
Fields
| Name | Description | 
|---|---|
| open moduleName: String | |
| open name: String | |
| open identifier: Identifier? | |
| open addressPlaceholder: T | 
Represents an external value imported by a WasmModule. Its address will be used to populate a
ModuleInstance so that lookups happen correctly at runtime.