[Wasm] Add wasm target to Klib manifest

^KT-66327 fixed
This commit is contained in:
Ilya Goncharov
2024-03-06 10:57:50 +00:00
committed by Space Team
parent 5ea6f20192
commit b157a8eae5
6 changed files with 22 additions and 3 deletions
@@ -137,6 +137,7 @@ abstract class AbstractKlibIrTextTestCase : CodegenTestCase() {
abiVersion = KotlinAbiVersion.CURRENT,
jsOutputName = null,
builtInsPlatform = BuiltInsPlatform.JS,
wasmTarget = null,
)
return klibDir.canonicalPath
}