| 239 | type ExportValue = Function | Global | Memory | Table; |
| 240 | type Exports = Record<string, ExportValue>; |
| 241 | class Instance { |
| 242 | constructor(module: Module, imports?: Imports); |
| 243 | readonly exports: Exports; |
| 244 | } |
nothing calls this directly
no outgoing calls
no test coverage detected