7 lines
98 B
Rust
Raw Normal View History

#![feature(wasm_custom_section)]
#![allow(bad_style)]
extern crate wasm_bindgen;
pub mod Event;