Is there any timeline on when kotlinx artifacts wi...
# multiplatform
e
Is there any timeline on when kotlinx artifacts will include wasm in the standard releases?
b
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
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
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.
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
Not sure if I understand what you mean by "safe" here
e
I guess by safe I mean are they going to be updated with the "regular" artifacts
h