Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.
Apache License 2.0
592 stars 23 forks source link

Add wasmJS target #85

Open luca992 opened 6 months ago

luca992 commented 6 months ago

Blocked by:

Issues

armond-avanes commented 4 months ago

@luca992 Is there any plan to add WASM support to 1.0.0-beta.* versions ? I can see "0.9.3-wasm" but nothing for the latest beta version.

luca992 commented 4 months ago

@armond1978 Yeah soon enough. There's a few merge conflicts i need to handle that I haven't had time to get to yet.

luca992 commented 3 months ago

@armond1978 added it in 1.0.0-beta.3

armond-avanes commented 3 months ago

@luca992 I just noticed that 1.0.0-beta.3 depends on a dev version of Compose. Is it possible to utilize the latest stable version instead?

luca992 commented 3 months ago

@armond1978 Yeah I could do another release on 1.6 if you want. But it's just a hassle working around this issue with package names on js as it breaks the build

armond-avanes commented 3 months ago

@luca992 I see where the issue is. You can keep it as is if it resolves that bug.

luca992 commented 3 months ago

publishing 1.0.0-beta.4 rn with kotlin 1.9.23 and compose 1.6.1 that has the fix @armond1978