JuulLabs / indexeddb

A Kotlin coroutines wrapper for IndexedDB.
https://juullabs.github.io/indexeddb/
Apache License 2.0
38 stars 10 forks source link

Provide Kotlin/Wasm support #157

Open twyatt opened 5 months ago

twyatt commented 5 months ago

A user on Kotlinlang Slack reported that they attempted to use IndexedDB from Kotlin/Wasm (but it did not work — as IndexedDB does not yet have Kotlin/Wasm as a target).

eygraber commented 2 months ago

Any update on this?

twyatt commented 2 months ago

We don't have any short term plans to tackle this.

As stated in the Slack thread message:

You're welcome to try adding the [wasm] target and reporting back if you have any success with that. PRs are also welcome.