sources/amper-cli/src/org/jetbrains/amper/tasks/wasm/WasmWasiCompileKlibTask.kt [54:84]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ) { override val expectedPlatform: Platform get() = Platform.WASM_WASI override fun kotlinCompilerArgs( kotlinUserSettings: KotlinUserSettings, compilerPlugins: List, libraryPaths: List, outputPath: Path, friendPaths: List, fragments: List, sourceFiles: List, additionalSourceRoots: List, moduleName: String, compilationType: KotlinCompilationType, include: Path?, ): List = kotlinWasmCompilerArgs( WasmTarget.WASI, kotlinUserSettings, compilerPlugins, libraryPaths, outputPath, friendPaths, fragments, sourceFiles, additionalSourceRoots, moduleName, compilationType, include, ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sources/amper-cli/src/org/jetbrains/amper/tasks/wasm/WasmWasiLinkTask.kt [56:86]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ) { override val expectedPlatform: Platform get() = Platform.WASM_WASI override fun kotlinCompilerArgs( kotlinUserSettings: KotlinUserSettings, compilerPlugins: List, libraryPaths: List, outputPath: Path, friendPaths: List, fragments: List, sourceFiles: List, additionalSourceRoots: List, moduleName: String, compilationType: KotlinCompilationType, include: Path?, ): List = kotlinWasmCompilerArgs( WasmTarget.WASI, kotlinUserSettings, compilerPlugins, libraryPaths, outputPath, friendPaths, fragments, sourceFiles, additionalSourceRoots, moduleName, compilationType, include, ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -