-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add support for Kotlin/Wasm #3713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would like to second this. The lack of Wasm support for coroutines is a blocker for a lot of libraries. |
Definitely waiting for it! |
In the waiting list as well |
There's the "subscribe" button to the right of this issue, where you can configure notifications for when there are updates. No need to spam "+1," one feature request with the thumbs-up emoji underneath is enough. |
For those who want to look at coroutines for wasm right now, you can connect an experimental repository maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental") |
PR #3849 |
If possible, please also add wasmWasi. |
Is there any kind of timeline for this? I was waiting for it to get merged, but if it's going to be a while I'm going to isolate coroutines in the project I'm adding wasm support to so it doesn't block me (I'd rather just wait for the PR to get merged though 😄 ) |
Couldn't find an issue about this.
Would be nice to get support for the WASM target so libraries and projects using kotlinx.coroutines can start experimenting with the target.
Related issue: Kotlin/kotlinx-atomicfu#278
The text was updated successfully, but these errors were encountered: