xxfast / KStore

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and kotlinx.io
https://xxfast.github.io/KStore/
Apache License 2.0
470 stars 15 forks source link

Add wasm target #92

Closed xxfast closed 3 months ago

xxfast commented 5 months ago

Addresses #90

github-actions[bot] commented 5 months ago

Code Coverage

File Coverage [100.00%] :white_check_mark:
kstore/src/wasmJsMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
Total Project Coverage 98.35% :white_check_mark:
xxfast commented 4 months ago

This is currently blocked by wasm support in the node :(