Is there any timeline on when kotlinx artifacts will include wasm in the standard releases?
b
Big Chungus
07/12/2023, 11:50 AM
Just my own ballpark, but I think it is likely to be around the time wasm gc goes stable. So no sooner than November.
In case it is not clear, I'm pulling this guesstimate out of my arse - nothing official whatsoever.
e
eygraber
07/12/2023, 3:05 PM
Are they meant to be included in production level libraries? I have users asking for wasm support, but I don't want to maintain my own set of wasm releases for my libraries alongside regular releases.
b
Big Chungus
07/12/2023, 5:04 PM
Compose multiple for example only ships wasm support under x.y.z-devAB-wasm versions only for now. Similar to how konan was shipping coroutines under xxx-native-mt before.
Big Chungus
07/12/2023, 6:29 PM
Wasm is experimental and as such any libraries depending on it directly or indirectly are also experimental. That being said, if your consumers are already ok using wasm target, they'll probably be ok using wasm flavour of your lib linked against wasm coroutines
Big Chungus
07/12/2023, 6:29 PM
Not sure if I understand what you mean by "safe" here
e
eygraber
07/12/2023, 6:40 PM
I guess by safe I mean are they going to be updated with the "regular" artifacts