Alex Crichton 7ecf4aae87 cargo +nightly fmt --all
Rustfmt all the things!
2018-09-26 08:26:00 -07:00

15 lines
255 B
Rust

extern crate js_sys;
extern crate wasm_bindgen;
extern crate wasm_bindgen_test;
pub mod array;
pub mod array_buffer;
pub mod callbacks;
pub mod consts;
pub mod dictionary;
pub mod enums;
pub mod global;
pub mod namespace;
pub mod simple;
pub mod throws;