[Wasm] Add wasi target attribute

This commit is contained in:
Igor Yakovlev
2023-07-27 17:54:19 +02:00
parent db5655d6ce
commit f2ea2021d7
@@ -12,7 +12,7 @@ import java.io.Serializable
// For Gradle attributes
@Suppress("EnumEntryName")
enum class KotlinWasmTargetAttribute : Named, Serializable {
js;
js, wasi;
override fun getName(): String =
name