| 149 | type ExportValue = Function | Global | Memory | Table; |
| 150 | type Exports = Record<string, ExportValue>; |
| 151 | class Instance { |
| 152 | constructor(module: Module, imports?: Imports); |
| 153 | readonly exports: Exports; |
| 154 | } |
nothing calls this directly
no outgoing calls
no test coverage detected