[Wasm] Initial K2 support in new test infrastructure (KT-57230)

- Implement FirWasmSessionFactory
- Use new compiler test infra for Wasm K1 and K2
- Delete old Wasm compiler test infra
This commit is contained in:
Svyatoslav Kuzmich
2023-06-12 11:23:31 +02:00
parent 3e564236f9
commit 9b3237fff9
40 changed files with 52444 additions and 4295 deletions
-1
View File
@@ -672,7 +672,6 @@ tasks {
register("wasmCompilerTest") {
dependsOn(":wasm:wasm.tests:test")
dependsOn(":wasm:wasm.tests:diagnosticsTest")
// Windows WABT release requires Visual C++ Redistributable
if (!kotlinBuildProperties.isTeamcityBuild || !org.gradle.internal.os.OperatingSystem.current().isWindows) {
dependsOn(":wasm:wasm.ir:test")