-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No support for wasm on multiplatform #582
Comments
+1 |
1 similar comment
+1 |
@Alex009 Just curious to know that are we planning now to add support for wasm as Kotlin/Wasm is now in alpha. |
any updates for wasm? |
+1 on this, any ETA or updates?? |
+1 |
On current time we doesn't have plan for support WASM, only if somebody from community do pull-request with supports this target |
I started adding support for |
@ExNDY Any change regarding this decision? I think it would be very useful to have support for WASM. It would be possible to build many applications for the web without much difficulty. |
Hi, as I'm know, no changes, we don't have plans of support wasm target based on us time resource. That need knowledge and experience of usage platform. We don't have expertise for this. |
wasmJs is almost exactly the same as js. Can you guys at least release the moko-graphics pr for wasmJs so my pr isn't bottlenecked by that and I can continue working on it when I have time? |
@luca992 sorry for long waiting. Moko graphics released with wasm |
I'm trying to add a WASM project to my Kotlin Multiplatform project but when trying to run gradle, it gives an error
Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No matching variant of dev.icerock.moko:resources:0.23.0 was found. The consumer was configured to find a library for use during 'kotlin-api', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'wasm' but:
I would like to know if there's any plans for this support in the near future.
The text was updated successfully, but these errors were encountered: