https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

Diego

09/22/2020, 2:51 PM
Hi guys. I am an android developer and in my company we are evaluating pros and cons of using Kotlin Multiplatform for all the new developments. We are developing a sample app (a shopping cart) that runs already on iOS and android but also we want to use the same business logic for the web (ideally WebAssembly). I'm not a web developer and I'm struggling to understand how to demo the WebAssembly version. Is there a hello world example that shows how to create and use WebAssembly from a Kotlin multiplatform project? Thanks in advance!
Keep in mind that current LLVM-based kotlin WASM solution is deprecated in favor of upcoming dedicated compiler
👆 1
d

Diego

09/22/2020, 3:24 PM
Thank you for the link and info Martynas. I'm going to check that out! 🤜🏻🤛🏻
b

Big Chungus

09/22/2020, 3:40 PM
Read through announcements in #webassembly and also consider Kotlin/JS for your web needs in the short-term. There's an official react support
d

Diego

09/22/2020, 3:49 PM
Interesting. Thanks for the heads up