[Wasm] Add compiler.common.wasm module

This module is introduced to mirror K/JS code layout
Add WasmStandardClassIds to use in checkers
This commit is contained in:
Svyatoslav Kuzmich
2023-08-30 16:57:06 +02:00
committed by Space Team
parent 96a2da4906
commit 1ddcdb95bd
5 changed files with 54 additions and 0 deletions
+1
View File
@@ -216,6 +216,7 @@
/core/compiler.common.jvm/ "Kotlin Compiler Core"
/core/compiler.common.js/ "Kotlin Compiler Core"
/core/compiler.common.native/ "Kotlin Compiler Core"
/core/compiler.common.wasm/ "Kotlin Compiler Core"
/core/descriptors/ "Kotlin Compiler Core"
/core/descriptors.jvm/ "Kotlin Compiler Core"
/core/descriptors.runtime/ "Kotlin Libraries"