Edoardo Luppi
07/28/2025, 9:15 AMKClass.qualifiedName, as it's not supported for JS and WASM yet
• KT-54689 better perf for data classes' equals
• KT-57128 BigInt-backed Long implementation
• KT-78316 Kotlin collection types correctly exports to TS types when used as generic type parameters
• KT-77319 when exporting to ESM with TS types, .d.ts becomes .d.mts
• KT-75480 shared webMain/webTest source set between JS and WASMLuv Kumar
07/28/2025, 2:44 PMBigint support would be great to have, will remove lots of custom code written to work around it for us. After this only thing left in our project having which would remove lot of custom code for us would be @JsExport support for suspend functions.jw
07/28/2025, 3:01 PMEdoardo Luppi
07/28/2025, 3:02 PMEdoardo Luppi
07/28/2025, 3:03 PMjw
07/28/2025, 3:04 PMEdoardo Luppi
07/28/2025, 3:05 PMjw
07/28/2025, 3:06 PMEdoardo Luppi
07/28/2025, 3:06 PMjw
07/28/2025, 3:10 PMEdoardo Luppi
07/28/2025, 4:19 PMjw
07/28/2025, 4:59 PMequals issue was one I filed forever ago. Nice to see that fixed.