[JS TESTS] Extend test frame with some features
- Setting up specific ABI version for module - Disabling mangle verification
This commit is contained in:
committed by
TeamCityServer
parent
3403c464fe
commit
a8d0e60328
@@ -40,7 +40,10 @@ fun compileWasm(
|
||||
exportedDeclarations: Set<FqName> = emptySet()
|
||||
): WasmCompilerResult {
|
||||
val (moduleFragment, dependencyModules, irBuiltIns, symbolTable, deserializer) =
|
||||
loadIr(project, mainModule, analyzer, configuration, allDependencies, friendDependencies, irFactory)
|
||||
loadIr(
|
||||
project, mainModule, analyzer, configuration, allDependencies, friendDependencies,
|
||||
irFactory, verifySignatures = false
|
||||
)
|
||||
|
||||
val allModules = when (mainModule) {
|
||||
is MainModule.SourceFiles -> dependencyModules + listOf(moduleFragment)
|
||||
|
||||
Reference in New Issue
Block a user