wgpu_core_deps_emscripten/
lib.rs

1//! This crate exists to allow platform and feature specific features work correctly. The features
2//! enabled on this crate are only enabled on `target_os = "emscripten"` platforms.
3//! See wgpu-hal's `Cargo.toml` for more information.