| 18 | * - `W2CGeneratedModule` - represents a generated module wrapping a WebAssembly module. |
| 19 | */ |
| 20 | export abstract class W2CModuleBase { |
| 21 | /** |
| 22 | * Original name of the imported module. |
| 23 | * |
nothing calls this directly
no outgoing calls
no test coverage detected