#[cfg(not(feature = "safe_sys"))]
#[cfg(all(feature = "unsafe_ffi", not(windows)))]
crate::items! {
#[cfg(feature = "event")]
#[cfg_attr(nightly_doc, doc(cfg(all(feature = "unsafe_ffi", target_arch = "wasm32"))))]
mod events; #[cfg_attr(nightly_doc, doc(cfg(all(feature = "unsafe_ffi", target_arch = "wasm32"))))]
mod history; #[cfg_attr(nightly_doc, doc(cfg(all(feature = "unsafe_ffi", target_arch = "wasm32"))))]
mod workers; #[cfg_attr(nightly_doc, doc(cfg(all(feature = "unsafe_ffi", target_arch = "wasm32"))))]
mod canvas; }
mod namespace;
crate::structural_mods! { _mods {
pub use super::{
namespace::*,
};
}
}