2018-05-31 22:54:40 -07:00

7 lines
98 B
Rust
Executable File

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