I got to know Kotlin works on new WebAssembly prop...
# webassembly
k
I got to know Kotlin works on new WebAssembly proposal that is currently available behind the flag, does that mean kotlin/wasm will be supported only after certain browser version and users will need to update their browsers for the same?
👌 4
j
Yes, but users should be updating their browsers regardless.
d
Depending on your use case; you can remove the need to enable the flag... https://kotlinlang.slack.com/archives/CDFP59223/p1689199308544439?thread_ts=1689168505.184169&cid=CDFP59223
...I have done this with my Compose 'Test Card' homepage; now in WASM. Observe how it loads with Chrome/Vivaldi browser defaults. It even loads on my mobile phone! wasm is alive!
I saw 'depending on your use case' because such methods are probably not kosher for an unsuspecting money-paying client. But if it's for a project you own, including the risk, then go for it...