Available on crate feature
web
only.Expand description
Integration for Web/WASM environments.
This module provides executor implementations for web browsers and other
WASM environments using wasm-bindgen-futures
.
Structsยง
- WebExecutor
- Web-based executor implementation for WASM targets.
- WebTask
- Task wrapper for web/WASM environment.