| 163 | type ExportValue = Function | Global | Memory | Table; |
| 164 | type Exports = Record<string, ExportValue>; |
| 165 | class Instance { |
| 166 | constructor(module: Module, imports?: Imports); |
| 167 | readonly exports: Exports; |
| 168 | } |
nothing calls this directly
no outgoing calls
no test coverage detected