Why does it seem like - kotlinx-serialization has...
# webassembly
a
Why does it seem like • kotlinx-serialization has wasmWasi but no wasmJs support • kotlinx-datetime has wasmJs but no wasmWasi support • ktor will have wasmJs but no wasmWasi support what is going on?? Also, please do correct me if I am missing something
s
kotlinx-serialization supports both: wasmJs was released in https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.6.1 libraries not having wasmWasi means they are not ready yet.
a
I see now. That kind of makes a lot of sense now. At least knowing that wasmJs is supported accross the board