WASM support
Are you planning to support the new WASM target in the near future? I am just evaluating the feasibility of converting my current project to a WASM browser project.
Any news on that? It is slowly becoming more urgent.
+1 for this
RIP KmLogging 🪦
I'm switching to Kermit
Same here 😔, I guess Kermit is the only KMP logging library with WASM support.
https://GitHub.com/lexilabs-app/basic Someone should fork in the WASM logger from this library.
I switched to https://github.com/oshai/kotlin-logging some time ago. It has 2.6k stars and does support WASM.
I switched to oshai/kotlin-logging some time ago. It has 2.6k stars and does support WASM.
Despite being such a great library, unfortunately for Android target, it relies on slf4j-android library which is no longer maintained. But correct me if there is another way to use it in android target without slf4j-android
I haven't tried this because I am still using the still existing original slf4j-android library but maybe this https://github.com/nomis/slf4j-android could be used as an altenative.
Thanks for the alternative. It works well out of the box.
I switched to oshai/kotlin-logging some time ago. It has 2.6k stars and does support WASM.
Despite being such a great library, unfortunately for Android target, it relies on
slf4j-androidlibrary which is no longer maintained. But correct me if there is another way to use it in android target withoutslf4j-android
it's possible to use it with native android logging as well. more details in: https://github.com/oshai/kotlin-logging/wiki/Multiplatform-support#android-usage
This library uses native android Log on android platform and does not use slf4j-android. slf4j is only used on non-android jvm targets i.e. desktop.
As for WASM support I am in process of supporting WASM and it will be out in about a week. Sorry for the delay.
WasmJs is now supported in the latest release, 2.0.2