Open colinrtwhite opened 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.
okio
okio-fakefilesystem
commonMain
Added support for wasmJs here. Support for wasmWasi is blocked by kotlinx.datetime.
wasmJs
wasmWasi
kotlinx.datetime
The main
okio
artifact is published with support for wasm, butokio-fakefilesystem
isn't. Looks like everything in that artifact is alreadycommonMain
so I think we just need to add the target.