support WASM in KotlinTargetHierarchyBuilder
This commit is contained in:
committed by
Sebastian Sellmair
parent
91fb16110f
commit
b240b8452a
+2
-1
@@ -28,9 +28,10 @@ interface KotlinTargetHierarchyBuilder {
|
||||
fun withMingw()
|
||||
fun withLinux()
|
||||
fun withAndroidNative()
|
||||
fun withJs()
|
||||
|
||||
/* Actual targets */
|
||||
fun withJs()
|
||||
fun withWasm()
|
||||
fun withJvm()
|
||||
fun withAndroid()
|
||||
fun withAndroidNativeX64()
|
||||
|
||||
Reference in New Issue
Block a user