Is the context receivers preview supported in wasm...
# webassembly
f
Is the context receivers preview supported in wasm? I'm getting compiler errors to add the '-Xcontext-receivers' compiler option, but I have them enabled and it works fine in other platforms
o
Context receivers were always supported on the JVM only. They are discontinued, being replaced by context parameters.
f
Thanks
a
Are context parameters supported in Wasm?
f
@andylamax they are not supported in any platform, for the next 2 years
o
for the next 2 years
That's a wild guess. We'll probably see an experimental version of context parameters in 2.2, which we could expect to arrive around May 2025. After that, where can I buy the 🔮 crystal ball that knows all about future user experiences with that feature and the length of its stabilization phase?
f
I was thinking Kotlin releases one update per year still
o
The current major release (2.x.0) cadence is every 6 months, so 2 per year.