* Path to output directory where generated files will be created.
()
| 169 | * Path to output directory where generated files will be created. |
| 170 | */ |
| 171 | public get outputDirectory(): string { |
| 172 | return ( |
| 173 | this.options.outputDirectory ?? this.project.paths.fullOutputDirectory |
| 174 | ); |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Generates all code for specified WebAssembly module. |
nothing calls this directly
no outgoing calls
no test coverage detected