<https://x.com/bashorov/status/1845873230814277796...
# webassembly
b
https://x.com/bashorov/status/1845873230814277796 TL;DR 🚀 Up to 2 times speedup with Incremental compilation. ▶️ Up to 30% size improvements 🐞 Better variable view when debugging inside browsers 🚨 Breaking change: browser APIs and helpers are moved to a dedicated kotlinx-browser library ️ Better handling for exceptions on the border with JS. 🛠️ Built-in helpers to interact with JS Arrays
🎉 7
K 21
🚀 2
💯 1
👏🏻 1
c
Not gunna lie, this is probably the most interesting change lol, shame already converted my tests to not use backticks 😢 (https://kotlinlang.org/docs/whatsnew-eap.html#support-for-non-identifier-characters-in-kotlin-js-properties)
Also we can't use 2.0.21/2.1.x until two breaking bugs are fixed, was hoping they would get caught in Beta 2 but alas not 😞
b
Also we can’t use 2.0.21/2.1.x until two breaking bugs are fixed, was hoping they would get caught in Beta 2 but alas not 😞
@chrisjenx which issues?
One breaks iOS builds the other JVM builds, literally both mobile clients lol
b
Fix for CMP-6842 should shipped with 2.1.0-RC
❤️ 1
About another one 🤷‍♂️ it’s better to ask in the issue
c
Yeah I'll nag, supprised noone else has noticed TBH, it's not that wierd of an edge case
Looks like they got it fixed, hopefully merged into the next release, excited to try all the new 2.1 goodies