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
Oliver.O
06/14/2024, 8:40 PM
Context receivers were always supported on the JVM only. They are discontinued, being replaced by context parameters.
f
Fudge
06/15/2024, 3:07 PM
Thanks
a
andylamax
06/17/2024, 10:09 AM
Are context parameters supported in Wasm?
f
Fudge
06/17/2024, 11:00 AM
@andylamax they are not supported in any platform, for the next 2 years