-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Build for wasm32-unknown-unknown ? #888
Comments
I can't speak for Carl or anybody else, but getting Tokio to compile to I'll close this issue in the meantime. Feel free to open a new one if you encounter any issues. |
@davidbarsky has the state of things changed from when this was closed? would it be more feasible now to get tokio to compile for wasm32-unknown-unknown? I think some browsers now support wasm threads (even tho it's still only at proposal stage) |
Not much has happened for a while. We don't have threading support. You can find up-to-date information in the documentation: https://docs.rs/tokio/latest/tokio/#wasm-support |
Version
tokio-executor v0.1.6 (dependency of reqwest v0.9.9)
Platform
Darwin mbp.local 18.2.0 Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64 x86_64
but compiling for wasm32-unknown-unknown
Subcrates
tokio-executor
Description
Compiling this fails when targeting wasm32-unknown-unknown. Are there any plans to address this (if possible)?
Note that tokio-rs/tokio-core#327 by saschagrunert existed but was archived.
The text was updated successfully, but these errors were encountered: