| 89 | * This class is created for each WebAssembly module that is processed by the `wasm2c` tool. |
| 90 | */ |
| 91 | export class W2CGeneratedModule extends W2CModuleBase { |
| 92 | /** |
| 93 | * Path to the file that the metadata was loaded from. |
| 94 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected