Hi guys. I am an android developer and in my compa...
# multiplatform
d
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
Thank you for the link and info Martynas. I'm going to check that out! 🤜🏻🤛🏻
b
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
Interesting. Thanks for the heads up