From the tokio docs:
Tokio has some limited support for the WASM platform. Without the tokio_unstable flag, the following features are supported:
- sync
- macros
- io-util
- rt
- time
Enabling any other feature (including full) will cause a compilation failure.