reb 0.1.1

Develop simple web apps using Rust and WebAssembly with elegant syntax.
Documentation
1
2
3
4
5
6
7
pub use js_sys::*;
pub use web_sys::*;

// Force get window
pub fn window() -> Window {
    web_sys::window().expect("Failed to load window")
}