Kotlin / kotlinx.collections.immutable

Immutable persistent collections for Kotlin
Apache License 2.0
1.12k stars 56 forks source link

Wasm targets implementation #156

Closed igoriakovlev closed 6 months ago

igoriakovlev commented 7 months ago

Implement immutable collections for wasmJs and wasmWasi targets

ilya-g commented 7 months ago

Note that :benchmarks:mingwX64BenchmarkGenerate task fails when executing assemble task after updating Kotlin to 1.9.20. Fortunately, it isn't executed on TC in build and deploy configurations, so it doesn't block the build and this PR.

I presume this needs to be fixed in kotlinx-benchmark when updating it to Kotlin 1.9.20 cc @qurbonzoda

igoriakovlev commented 6 months ago

Thank you for the review.