support WASM in KotlinTargetHierarchyBuilder

This commit is contained in:
Oleg Yukhnevich
2023-03-05 21:48:33 +03:00
committed by Sebastian Sellmair
parent 91fb16110f
commit b240b8452a
3 changed files with 71 additions and 2 deletions
@@ -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()