kotlinx-resources
kotlinx-resources copied to clipboard
Add WASM support
Please add support for WASM & WASI targets
Vouch for this. We'd like to add wasmJs
and wasmWasi
as test targets.
I'll look into it soon. 👍
Blocked on this, but I'm hoping there is a straightforward workaround (e.g., using a Canary version of Node). I've asked on Kotlin's Slack as well.
@goncalossilva using Canary is what official Kotlin libs are doing, yup!
Yeah, that's the way to move forward. I've rewritten ResourceNode
but it appears I'll also have to rewrite ResourceBrowser
if I want it shared between JS and Wasm.
Left a couple comments in the new commits.
@goncalossilva please update to support this feature. I really need this to enable wasm targets on our repos
@iTanChi I'm afraid I've been travelling for work and unavailable to continue working on this, but I plan to pick it up again later this month, before the upcoming KotlinConf.
Any news on this front? I'd like to see support for wasmJs to get some of my tests working.
No progress on my end, I'm afraid. I haven't been able to prioritize this, as I'm not actively using WASM on any personal or work project. I still want to get around to it eventually, but of course, contributions would be most welcome.
I am also not yet really using WASM too but I am trying to pick up the necessary pieces and see where we are :-)