square / okio

A modern I/O library for Android, Java, and Kotlin Multiplatform.
https://square.github.io/okio/
Apache License 2.0
8.81k stars 1.18k forks source link

Publish okio-fakefilesystem with wasm support #1388

Open colinrtwhite opened 11 months ago

colinrtwhite commented 11 months ago

The main okio artifact is published with support for wasm, but okio-fakefilesystem isn't. Looks like everything in that artifact is already commonMain so I think we just need to add the target.

colinrtwhite commented 11 months ago

Added support for wasmJs here. Support for wasmWasi is blocked by kotlinx.datetime.