web-dom 0.1.1

Simple bindings to the DOM using wasm-module
Documentation
#[allow(unused_imports)]
use crate::*;
pub const COMPRESSED_RGB_ATC_WEBGL: f32 = 0x8C92 as f32;
pub const COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL: f32 = 0x8C93 as f32;
pub const COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL: f32 = 0x87EE as f32;