kotools / types

Explicit types for Kotlin Multiplatform.
https://types.kotools.org
MIT License
90 stars 6 forks source link

✨ Kotlin/Wasm support #738

Open robertfmurdock opened 1 month ago

robertfmurdock commented 1 month ago

📝 Description

support wasm targets

LVMVRQUXL commented 1 month ago

Thank you @robertfmurdock for suggesting this enhancement. 🙏

It seems that the WebAssembly platform is not yet stable with Kotlin 2.0.21. We might wait for its stabilization before supporting it in Kotools Types. Even though this library still uses Kotlin 1.8, it may be interesting to support this platform in a future release after upgrading to K2. 🙂

Which type would you like to use on the Kotlin/Wasm platform? Also, do you have specific targets you would like us to support?