Kantis / ks3

KotlinX Serialization Standard Serializers (KS3)
Apache License 2.0
20 stars 4 forks source link

Wasm support #100

Open Kantis opened 10 months ago

Kantis commented 10 months ago

I think adding wasm support makes sense once Kotlin 2.0 is out with better support for it, and once Kotest starts supporting testing for wasm targets.

https://github.com/kotest/kotest/pull/3805

jillesvangurp commented 9 months ago

I have several multiplatform libraries that use kotest assertions. Kotest assertions is one of the remaining blockers for me to support wasm. There are a few others but it would be nice to get this out of the way sooner rather than later given that there is a pull request now.