[Wasm] Add wasm target to Klib manifest
^KT-66327 fixed
This commit is contained in:
committed by
Space Team
parent
5ea6f20192
commit
b157a8eae5
+2
-1
@@ -69,7 +69,8 @@ class FirWasmKlibBackendFacade(
|
||||
perFile = false,
|
||||
containsErrorCode = inputArtifact.hasErrors,
|
||||
abiVersion = KotlinAbiVersion.CURRENT, // TODO get from test file data
|
||||
jsOutputName = null
|
||||
jsOutputName = null,
|
||||
wasmTarget = target,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user