| 12 | * @spec https://webassembly.github.io/spec/js-api/index.html#modules |
| 13 | */ |
| 14 | export class Module { |
| 15 | metadata: InternalModuleMetadata; |
| 16 | |
| 17 | public constructor(buffer: ArrayBuffer) { |
nothing calls this directly
no outgoing calls
no test coverage detected