[Wasm] Support Wasm K2 frontend in CLI (KT-57230)
This commit is contained in:
committed by
Space Team
parent
85ee2d71d2
commit
75142230b6
@@ -76,6 +76,7 @@ abstract class FirAbstractInvalidationTest(
|
||||
diagnosticsReporter = diagnosticsReporter,
|
||||
incrementalDataProvider = null,
|
||||
lookupTracker = null,
|
||||
useWasmPlatform = false,
|
||||
)
|
||||
|
||||
val fir2IrActualizedResult = transformFirToIr(moduleStructure, analyzedOutput.output, diagnosticsReporter)
|
||||
@@ -92,7 +93,8 @@ abstract class FirAbstractInvalidationTest(
|
||||
outputKlibPath = outputKlibFile.absolutePath,
|
||||
messageCollector = messageCollector,
|
||||
diagnosticsReporter = diagnosticsReporter,
|
||||
jsOutputName = moduleName
|
||||
jsOutputName = moduleName,
|
||||
useWasmPlatform = false,
|
||||
)
|
||||
|
||||
if (messageCollector.hasErrors()) {
|
||||
|
||||
Reference in New Issue
Block a user