[Wasm] Port WasmImport/WasmExport checker to K2 (KT-56849)

This commit is contained in:
Svyatoslav Kuzmich
2023-11-14 12:24:10 +00:00
committed by Space Team
parent 28895a2613
commit 1c230c8f27
14 changed files with 205 additions and 128 deletions
@@ -26,6 +26,9 @@ object WasmStandardClassIds {
@JvmField
val WasmImport = "WasmImport".wasmId()
@JvmField
val WasmExport = "WasmExport".wasmId()
}
object Callables {