Kotlin / kotlinx.collections.immutable

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

WASM support #158

Closed mipastgt closed 6 months ago

mipastgt commented 6 months ago

Are you planning to support the new WASM target in the near future? I am just evaluating the feasibility of converting my current project to a WASM browser project.

colinrtwhite commented 6 months ago

+1 as this blocks Coil from supporting Wasm. Looks like wasm support is already implemented here.

qurbonzoda commented 6 months ago

Hi, Wasm targets are now supported in the latest release - 0.3.7. Please try and share your feedback.

mipastgt commented 6 months ago

Great, thank you. Maybe you should also add that to the Readme file.