[Wasm] Add wasi target attribute
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user